Skip to content

Poll

This object contains information about a poll.

Fields

idStringRequired
Unique poll identifier
questionStringRequiredminLen 1maxLen 300
Poll question, 1-300 characters
question_entitiesMessageEntity[]Optional
Optional. Special entities that appear in the question. Currently, only custom emoji entities are allowed in poll questions
optionsPollOption[]Required
List of poll options
total_voter_countIntegerRequired
Total number of users that voted in the poll
is_closedBooleanRequired
True, if the poll is closed
is_anonymousBooleanRequired
True, if the poll is anonymous
typeStringRequired
Values:regularquiz
Poll type, currently can be "regular" or "quiz"
allows_multiple_answersBooleanRequired
True, if the poll allows multiple answers
correct_option_idIntegerOptional
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.
explanationStringOptionalminLen 0maxLen 200
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_entitiesMessageEntity[]Optional
Optional. Special entities like usernames, URLs, bot commands, etc. that appear in the explanation
open_periodIntegerOptional
Optional. Amount of time in seconds the poll will be active after creation
close_dateIntegerOptional
Optional. Point in time (Unix timestamp) when the poll will be automatically closed

GramIO Usage

See Also