PollAnswer
This object represents an answer of a user in a non-anonymous poll.
Properties
poll_id
ts
poll_id: string;
Unique poll identifier
voter_chat
ts
voter_chat?: Chat;
The chat that changed the answer to the poll, if the voter is anonymous
user
ts
user?: User;
The user that changed the answer to the poll, if the voter isn’t anonymous
option_ids
ts
option_ids: number[];
0-based identifiers of chosen answer options. May be empty if the vote was retracted.