import { type Poll } from "https://deno.land/x/grammy@v1.31.0/types.web.ts";
This object contains information about a poll.
Properties
optional
question_entities: MessageEntity[]Special entities that appear in the question. Currently, only custom emoji entities are allowed in poll questions
options: PollOption[]
List of poll options
0-based identifier of the correct answer option. Available only for polls in the quiz mode, which are closed, or was sent (not forwarded) by the bot or to the private chat with the bot.
Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters
optional
explanation_entities: MessageEntity[]Special entities like usernames, URLs, bot commands, etc. that appear in the explanation