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
- Author:
- Natanim
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pollId
Unique poll identifier -
user
The user that changed the answer to the poll, if the voter isn't anonymous -
optionIds
0-based identifiers of chosen answer options. May be empty if the vote was retracted. -
voterChat
The chat that changed the answer to the poll, if the voter is anonymous
-
-
Constructor Details
-
PollAnswer
public PollAnswer()
-
-
Method Details