telegram-get-poll-voters
Retrieve a paginated list of users who voted on a public Telegram poll, optionally filtered by a specific option.
Instructions
List users who voted for specific poll options (public polls only, paginated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max voters to return | |
| chatId | Yes | Chat ID or username | |
| offset | No | Pagination offset from previous call | |
| messageId | Yes | Message ID of the poll | |
| optionIndex | No | Zero-based option index to filter by. Omit to get all voters |