1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 09:07:47 +01:00
MadelineProto/old_docs/API_docs_v55/constructors/botInlineMessageMediaAuto.md

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