Class Poll
java.lang.Object
io.github.natanimn.telebof.types.updates.Poll
- All Implemented Interfaces:
- TelegramUpdate
This class contains information about a poll.
- Since:
- 3 March 2025
- 
Field SummaryFieldsModifier and TypeFieldDescriptionTrue, if the poll allows multiple answersPoint in time (Unix timestamp) when the poll will be automatically closed0-based identifier of the correct answer option.Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 charactersSpecial entities like usernames, URLs, bot commands, etc.Unique poll identifierTrue, if the poll is anonymousTrue, if the poll is closedAmount of time in seconds the poll will be active after creationList of poll optionsPoll question, 1-300 charactersSpecial entities that appear in the question.Total number of users that voted in the pollSpecial entities that appear in the question.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
idUnique poll identifier
- 
questionPoll question, 1-300 characters
- 
typeSpecial entities that appear in the question. Currently, only custom emoji entities are allowed in poll questions
- 
explanationText that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters
- 
optionsList of poll options
- 
total_voter_countTotal number of users that voted in the poll
- 
correct_option_id0-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.
- 
open_periodAmount of time in seconds the poll will be active after creation
- 
close_datePoint in time (Unix timestamp) when the poll will be automatically closed
- 
is_closedTrue, if the poll is closed
- 
is_anonymousTrue, if the poll is anonymous
- 
allows_multiple_answersTrue, if the poll allows multiple answers
- 
explanation_entitiesSpecial entities like usernames, URLs, bot commands, etc. that appear in the explanation
- 
question_entitiesSpecial entities that appear in the question. Currently, only custom emoji entities are allowed in poll questions
 
- 
- 
Constructor Details- 
Pollpublic Poll()
 
- 
- 
Method Details- 
equals
- 
hashCode
- 
toString
 
-