mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 14:07:22 +01:00
18 lines
447 B
Markdown
18 lines
447 B
Markdown
|
## Constructor: inputBotInlineMessageMediaAuto
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|caption|[string](../types/string.md) | Required|
|
||
|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
|
||
|
|
||
|
|
||
|
### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$inputBotInlineMessageMediaAuto = ['caption' => string, 'reply_markup' => ReplyMarkup, ];
|
||
|
```
|