telegram-create-poll
Create a poll in a Telegram chat with multiple choice or quiz mode. Specify question, answer options, and optional settings.
Instructions
Create a poll in a Telegram chat (multiple choice or quiz mode)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiz | No | Quiz mode (one correct answer) | |
| chatId | Yes | Chat ID or username | |
| answers | Yes | Answer options (2-10) | |
| question | Yes | Poll question | |
| correctAnswer | No | Index of correct answer (0-based, required for quiz mode) | |
| multipleChoice | No | Allow multiple answers |