telegram_poll
Send a Telegram poll to the default or specified chat by providing a question and options. Returns confirmation with message and poll IDs, or an error.
Instructions
Send a Telegram Poll to configured/default chat.
Returns dict: {status, message_id, poll_id, chat_id, question, error?}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | No | ||
| options | Yes | ||
| question | Yes | ||
| is_anonymous | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |