Constructor: updateMessagePoll
The results of a poll have changed
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| poll_id | long | Yes | Poll ID |
| poll | Poll | Optional | If the server knows the client hasn’t cached this poll yet, the poll itself |
| results | PollResults | Yes | New poll results |
Type: Update
Example:
$updateMessagePoll = ['_' => 'updateMessagePoll', 'poll_id' => long, 'poll' => Poll, 'results' => PollResults];