updateMessagePoll
The results of a poll have changed
type tg.UpdateMessagePoll struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peer | PeerClass | — | Peer field of UpdateMessagePoll. |
MsgID | int | — | MsgID field of UpdateMessagePoll. |
TopMsgID | int | — | TopMsgID field of UpdateMessagePoll. |
PollID | int64 | yes | Poll ID |
Poll | Poll | — | If the server knows the client hasn't cached this poll yet, the poll itself |
Results | PollResults | yes | New poll results |
References
- Official documentation
- Generated Go reference
- TL definition:
updateMessagePoll#d64c522b