send_sticker
Send a sticker from a sticker pack using its short name and index, or by emoji. Optionally reply to a message.
Instructions
从某个贴纸包里发一张贴纸。
Args: chat: 目标对话。 short_name: 贴纸包的 short_name(见 get_sticker_set)。 index: 贴纸在包里的下标(get_sticker_set 返回的 index)。 emoji: 也可以按 emoji 选,命中该 emoji 的第一张;给了 emoji 就忽略 index。 reply_to: 回复某条消息。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| emoji | No | ||
| index | No | ||
| reply_to | No | ||
| short_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||