mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1015 B
1015 B
title | description | nav_exclude | image |
---|---|---|---|
messagePeerVoteInputOption | How a peer voted in a poll (reduced constructor, returned if an option was provided to messages.getPollVotes) | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messagePeerVoteInputOption
How a peer voted in a poll (reduced constructor, returned if an option
was provided to messages.getPollVotes)
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | The peer that voted for the queried option |
date | int | Yes | When did the peer cast the vote |
Type: MessagePeerVote
Example:
$messagePeerVoteInputOption = ['_' => 'messagePeerVoteInputOption', 'peer' => long, 'date' => int];