mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
796 B
796 B
title | description | nav_exclude | image |
---|---|---|---|
pollAnswer | A possible answer of a poll | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pollAnswer
A possible answer of a poll
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | TextWithEntities | Yes | |
option | bytes | Yes | The param that has to be passed to messages.sendVote. |
Type: PollAnswer
Example:
$pollAnswer = ['_' => 'pollAnswer', 'text' => TextWithEntities, 'option' => 'bytes'];