Constructor: updateMessagePollVote
A specific peer has voted in a poll
Attributes:
Name | Type | Required | Description |
---|---|---|---|
poll_id | long | Yes | Poll ID |
peer | long | Yes | The peer that voted in the poll |
options | Array of bytes | Yes | Chosen option(s) |
qts | int | Yes | New qts value, see updates » for more info. |
Type: Update
Example:
$updateMessagePollVote = ['_' => 'updateMessagePollVote', 'poll_id' => long, 'peer' => long, 'options' => ['bytes', 'bytes'], 'qts' => int];