Class PollOption
java.lang.Object
io.github.natanimn.telebof.types.updates.PollOption
- All Implemented Interfaces:
- TelegramUpdate
This class contains information about one answer option in a poll.
- Since:
- 3 March 2025
- 
Field SummaryFieldsModifier and TypeFieldDescriptionOption text, 1-100 charactersSpecial entities that appear in the option text.Number of users that voted for this option
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
textOption text, 1-100 characters
- 
text_entitiesSpecial entities that appear in the option text. Currently, only custom emoji entities are allowed in poll option texts
- 
voter_countNumber of users that voted for this option
 
- 
- 
Constructor Details- 
PollOptionpublic PollOption()
 
- 
- 
Method Details- 
equals
- 
hashCode
 
-