Poll
This object contains information about a poll.
Properties
id
id: string;Unique poll identifier
question
question: string;Poll question, 1-300 characters
question_entities
question_entities?: MessageEntity[];Special entities that appear in the question. Currently, only custom emoji entities are allowed in poll questions
options
options: PollOption[];List of poll options
total_voter_count
total_voter_count: number;Total number of users that voted in the poll
is_closed
is_closed: boolean;True, if the poll is closed
is_anonymous
is_anonymous: boolean;True, if the poll is anonymous
type
type: "regular" | "quiz";Poll type, currently can be “regular” or “quiz”
allows_multiple_answers
allows_multiple_answers: boolean;True, if the poll allows multiple answers
correct_option_ids
correct_option_ids?: number[];Array of 0-based identifiers of the correct answer options. Available only for polls in quiz mode which are closed or were sent (not forwarded) by the bot or to the private chat with the bot.
allows_revoting
allows_revoting: boolean;True, if the poll allows to change the chosen answer options
description
description?: string;Description of the poll; for polls inside the Message object only
description_entities
description_entities?: MessageEntity[];Special entities like usernames, URLs, bot commands, etc. that appear in the description
explanation
explanation?: string;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
explanation_entities
explanation_entities?: MessageEntity[];Special entities like usernames, URLs, bot commands, etc. that appear in the explanation
open_period
open_period?: number;Amount of time in seconds the poll will be active after creation
close_date
close_date?: number;Point in time (Unix timestamp) when the poll will be automatically closed