send_poll
Create a poll in a Telegram chat by providing a question and 2–10 options, with optional anonymous voting and multiple-answer settings.
Instructions
Send a poll to a Telegram chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Target chat id or @username. | |
| options | Yes | List of 2–10 answer options (each 1–100 characters). | |
| question | Yes | Poll question (1–300 characters). | |
| is_anonymous | No | True if the poll should be anonymous (default). | |
| allows_multiple_answers | No | True to allow multiple answers. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||