1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 22:07:46 +01:00
MadelineProto/docs/API_docs/constructors/inputBotInlineMessageMediaAuto.md

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