MadelineProtoDocs/docs/API_docs/constructors/pollAnswer.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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'];