43 lines
881 B
Markdown
43 lines
881 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) | Yes|
|
||
|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputBotInlineMessageMediaAuto = ['_' => 'inputBotInlineMessageMediaAuto', 'caption' => string, 'reply_markup' => ReplyMarkup, ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
inputBotInlineMessageMediaAuto={_='inputBotInlineMessageMediaAuto', caption=string, reply_markup=ReplyMarkup, }
|
||
|
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
## Usage of reply_markup
|
||
|
|
||
|
You can provide bot API reply_markup objects here.
|
||
|
|
||
|
|