1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 23:19:38 +01:00
MadelineProto/old_docs/API_docs_v46/constructors/botInlineMessageMediaAuto.md

631 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, ];

Or, if you're into Lua:

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