🔮 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_ids(List ofint): Optional. 0-based identifiers of the correct answer options. 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 closedallows_revoting(bool): Optional. True, if the poll allows revoting.description(String): Optional. Poll description, 0-512 characters.description_entities(List of MessageEntity ): Optional. Special entities that appear in the description. Currently, only custom emoji entities are allowed in poll descriptions.media(PollMedia ): Optional. Media in the pollexplanation_media(PollMedia ): Optional. Media in the quiz explanationmembers_only(bool): Optional. True, if only members of the chat can vote in the pollcountry_codes(List ofstr): Optional. List of country codes, for polls that are only available in certain countries