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 Summary
FieldsModifier 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 Summary
Constructors -
Method Summary
-
Field Details
-
poll_id
Unique poll identifier -
user
The user that changed the answer to the poll, if the voter isn't anonymous -
options_id
-
voter_chat
The chat that changed the answer to the poll, if the voter is anonymous
-
-
Constructor Details
-
PollAnswer
public PollAnswer()
-
-
Method Details
-
equals
-
hashCode
-
toString
-