Poll¶
- class litegram.types.poll.Poll(*, id: str, question: str, options: list[PollOption], total_voter_count: int, is_closed: bool, is_anonymous: bool, type: str, allows_multiple_answers: bool, question_entities: list[MessageEntity] | None = None, correct_option_id: int | None = None, explanation: str | None = None, explanation_entities: list[MessageEntity] | None = None, open_period: int | None = None, close_date: _datetime_serializer, return_type=int, when_used=unless - none)] | None = None, **extra_data: Any)[source]¶
This object contains information about a poll.
Source: https://core.telegram.org/bots/api#poll
- options: list[PollOption]¶
List of poll options
- question_entities: list[MessageEntity] | None¶
Optional. Special entities that appear in the question. Currently, only custom emoji entities are allowed in poll questions
- correct_option_id: int | None¶
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: str | None¶
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 characters
- explanation_entities: list[MessageEntity] | None¶
Optional. Special entities like usernames, URLs, bot commands, etc. that appear in the explanation