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