telegram-vote-poll
Vote in a Telegram poll by option index. Supports single and multi-choice; use empty array to retract your vote.
Instructions
Vote in a poll by option index (single or multi-choice). Empty array retracts vote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Chat ID or username | |
| messageId | Yes | Message ID of the poll | |
| optionIndexes | Yes | Zero-based option indexes. Empty [] retracts vote. |