Class PollAnswer
java.lang.Object
io.github.natanimn.telebof.types.updates.PollAnswer
- All Implemented Interfaces:
- TelegramUpdate
This object represents an answer of a user in a non-anonymous poll.
- Since:
- 3 March 2025
- 
Field SummaryFieldsModifier and TypeFieldDescription0-based identifiers of chosen answer options.Unique poll identifierThe user that changed the answer to the poll, if the voter isn't anonymousThe chat that changed the answer to the poll, if the voter is anonymous
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
poll_idUnique poll identifier
- 
userThe user that changed the answer to the poll, if the voter isn't anonymous
- 
options_id
- 
voter_chatThe chat that changed the answer to the poll, if the voter is anonymous
 
- 
- 
Constructor Details- 
PollAnswerpublic PollAnswer()
 
- 
- 
Method Details- 
equals
- 
hashCode
- 
toString
 
-