View Source ExTDLib.Object.UpdatePollAnswer (ExTDLib v0.0.4)
A user changed the answer to a poll; for bots only.
| Name | Type | Description |
|---|---|---|
| poll_id | string | Unique poll identifier. |
| voter_id | MessageSender | Identifier of the message sender that changed the answer to the poll. |
| option_ids | number | 0-based identifiers of answer options, chosen by the user. |
More details on telegram's documentation.