28 lines
653 B
Markdown
28 lines
653 B
Markdown
---
|
|
title: inputBotInlineMessageMediaAuto
|
|
description: inputBotInlineMessageMediaAuto attributes, type and example
|
|
---
|
|
## Constructor: inputBotInlineMessageMediaAuto
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|caption|[string](../types/string.md) | Required|
|
|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
|
|
|
|
|
|
|
|
### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputBotInlineMessageMediaAuto = ['_' => 'inputBotInlineMessageMediaAuto', 'caption' => string, 'reply_markup' => ReplyMarkup, ];
|
|
```
|
|
|