send_group_sticker
Send a sticker to a Signal group by specifying pack ID and sticker ID from an installed pack. Use list_groups to get the group ID. For expressive reactions or decorations.
Instructions
Send a single sticker to a Signal group so all members receive it. Stickers are small images from installed packs delivered as a distinct message type — they appear rendered in the group conversation, not as a file attachment. Both pack_id (a hex string) and sticker_id (a 0-based integer) must match an installed pack; referencing an uninstalled pack or invalid sticker_id returns an error. Use list_sticker_packs to browse installed packs and retrieve valid pack_id and sticker_id values. If no packs are installed, call add_sticker_pack first with a signal.art URL to install one. Use list_groups to obtain the group_id. Use when sending an expressive image reaction or decoration to a group chat. Use send_sticker for direct messages instead of group chats. Do NOT use to send a regular image file — use send_group_attachment for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | Group ID (get from list_groups) | |
| pack_id | Yes | Sticker pack ID (hex string from list_sticker_packs) | |
| sticker_id | Yes | Sticker ID within the pack (from list_sticker_packs) |