mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:47:24 +01:00
19 lines
463 B
Markdown
19 lines
463 B
Markdown
## Constructor: botInlineMessageMediaAuto
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|caption|[string](../types/string.md) | Required|
|
|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
|
|
|
|
|
|
|
|
### Type: [BotInlineMessage](../types/BotInlineMessage.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$botInlineMessageMediaAuto = ['_' => botInlineMessageMediaAuto', 'caption' => string, 'reply_markup' => ReplyMarkup, ];
|
|
``` |