updateMessagePollVote
A specific peer has voted in a poll
type tg.UpdateMessagePollVote struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
PollID | int64 | yes | Poll ID |
Peer | PeerClass | yes | The peer that voted in the poll |
Options | [][]byte | yes | Chosen option(s) |
Positions | []int | yes | Positions field of UpdateMessagePollVote. |
Qts | int | yes | New qts value, see updates » for more info. |
References
- Official documentation
- Generated Go reference
- TL definition:
updateMessagePollVote#7699f014