send_sticker
Send a sticker to a Telegram chat using URL, file ID, or local file path. Optionally specify the chat or target the default log group.
Instructions
Send a sticker to a Telegram chat. Can send from URL, file_id or local file path. If chat_id is omitted, sends to the default log group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | No | Emoji associated with the sticker (for uploaded stickers) | |
| chat_id | No | Chat ID or @channel_username. Optional — defaults to log group | |
| sticker | Yes | Sticker URL, file_id or absolute local file path | |
| reply_markup | No | JSON string with reply markup (inline keyboard, custom keyboard, etc.) | |
| protect_content | No | Protect message from forwarding/saving | |
| reply_parameters | No | JSON object with ReplyParameters (e.g. {"message_id": 123}) | |
| message_thread_id | No | Topic/thread ID for supergroups with topics enabled | |
| disable_notification | No | Send silently without notification |