The results of a poll have changed
Constructor schema is available as of layer 224. Switch ยป
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| peer | flags.1?Peer | Peer of the message containing the poll |
| msg_id | flags.1?int | Message ID of the poll |
| top_msg_id | flags.2?int | If the poll is in a forum topic, the ID of the top message of the topic |
| poll_id | long | Poll ID |
| poll | flags.0?Poll | If the server knows the client hasn't cached this poll yet, the poll itself |
| results | PollResults | New poll results |