mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
913 B
913 B
title | description | nav_exclude | image |
---|---|---|---|
messagePeerVoteMultiple | How a peer voted in a multiple-choice poll | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messagePeerVoteMultiple
How a peer voted in a multiple-choice poll
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | Peer ID |
options | Array of bytes | Yes | Options chosen by the peer |
date | int | Yes | When did the peer cast their votes |
Type: MessagePeerVote
Example:
$messagePeerVoteMultiple = ['_' => 'messagePeerVoteMultiple', 'peer' => long, 'options' => ['bytes', 'bytes'], 'date' => int];