A specific peer has voted in a poll (this update can only be received by a bot).
updateMessagePollVote#24f40e77 poll_id:long peer:Peer options:Vector<bytes> qts:int = Update;
| Name | Type | Description |
|---|---|---|
| poll_id | long | Poll ID |
| peer | Peer | The peer that voted in the poll |
| options | Vector<bytes> | Chosen option(s) |
| positions | Vector<int> | 0-based indices of the voted options within the answers vector, corresponding element-by-element to options |
| qts | int | New qts value, see updates ยป for more info. |
How to subscribe to updates and handle them properly.