1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 11:14:40 +01:00
MadelineProto/docs/API_docs_55/constructors/botInlineMessageMediaAuto.md

614 B

title description
botInlineMessageMediaAuto botInlineMessageMediaAuto attributes, type and example

Constructor: botInlineMessageMediaAuto

Back to constructors index

Attributes:

Name Type Required
caption string Required
reply_markup ReplyMarkup Optional

Type: BotInlineMessage

Example:

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