send_dice
Send a dice roll animation to a Telegram chat. Optionally specify the dice emoji or chat ID; defaults to π² and the log group.
Instructions
Send a dice roll animation to a chat. If chat_id is omitted, sends to the default log group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | No | Dice emoji: π² π― π β½ π³ π° (default: π²) | |
| chat_id | No | Chat ID or @channel_username. Optional β defaults to log group | |
| reply_markup | No | JSON string with reply markup | |
| 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 |