610 B
610 B
title | description | image |
---|---|---|
inputMediaPoll | Media poll | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMediaPoll
Media poll
Attributes:
Name | Type | Required | Description |
---|---|---|---|
poll | Poll | Yes | Poll |
Type: InputMedia
Example:
$inputMediaPoll = ['_' => 'inputMediaPoll', 'poll' => Poll];
Or, if you're into Lua:
inputMediaPoll={_='inputMediaPoll', poll=Poll}