MadelineProtoDocs/old_docs/API_docs_v45/constructors/botInlineMessageMediaAuto.md
2018-04-04 19:52:48 +02:00

833 B

title description image
botInlineMessageMediaAuto botInlineMessageMediaAuto attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: botInlineMessageMediaAuto

Back to constructors index

Attributes:

Name Type Required
caption string Yes

Type: BotInlineMessage

Example:

$botInlineMessageMediaAuto = ['_' => 'botInlineMessageMediaAuto', 'caption' => 'string'];

PWRTelegram json-encoded version:

{"_": "botInlineMessageMediaAuto", "caption": "string"}

Or, if you're into Lua:

botInlineMessageMediaAuto={_='botInlineMessageMediaAuto', caption='string'}