4baac3178e
Add PHP, Lua language tag to Code area
835 B
835 B
title | description | image |
---|---|---|
botInlineMessageMediaAuto | botInlineMessageMediaAuto attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: botInlineMessageMediaAuto
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'}