MadelineProto/old_docs/API_docs_v45/constructors/botInlineMessageMediaAuto.md
2017-07-23 16:33:46 +02:00

759 B

title description
botInlineMessageMediaAuto botInlineMessageMediaAuto attributes, type and example

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'}