1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 16:47:20 +01:00
MadelineProto/old_docs/API_docs_v45/constructors/botInlineMessageMediaAuto.md
2017-07-23 16:11:02 +02:00

756 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, }