Constructor: messageMediaPoll
Poll
Attributes:
Name | Type | Required | Description |
---|---|---|---|
poll | Poll | Yes | The poll |
results | PollResults | Yes | The results of the poll |
Type: MessageMedia
Example:
$messageMediaPoll = ['_' => 'messageMediaPoll', 'poll' => Poll, 'results' => PollResults];