Poll
This object contains information about a poll.
Properties
id
(str
): Unique poll identifierquestion
(String
): Poll question, 1-300 charactersoptions
(List of PollOption): List of poll optionstotal_voter_count
(int
): Total number of users that voted in the pollis_closed
(bool
): True, if the poll is closedis_anonymous
(bool
): True, if the poll is anonymoustype
(str
): Poll type, currently can be “regular” or “quiz”allows_multiple_answers
(bool
): True, if the poll allows multiple answersquestion_entities
(List of MessageEntity): Optional. Special entities that appear in the question. Currently, only custom emoji entities are allowed in poll questionscorrect_option_id
(int
): Optional. 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.explanation
(String
): Optional. Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 charactersexplanation_entities
(List of MessageEntity): Optional. Special entities like usernames, URLs, bot commands, etc. that appear in the explanationopen_period
(int
): Optional. Amount of time in seconds the poll will be active after creationclose_date
(int
): Optional. Point in time (Unix timestamp) when the poll will be automatically closed