MadelineProto/docs/API_docs/constructors/botInlineMessageMediaAuto.md

18 lines
427 B
Markdown
Raw Normal View History

## 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 = ['caption' => string, 'reply_markup' => ReplyMarkup, ];
```