mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 22:07:46 +01:00
28 lines
618 B
Markdown
28 lines
618 B
Markdown
---
|
|
title: botInlineMessageMediaAuto
|
|
description: botInlineMessageMediaAuto attributes, type and example
|
|
---
|
|
## Constructor: botInlineMessageMediaAuto
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|caption|[string](../types/string.md) | Required|
|
|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
|
|
|
|
|
|
|
|
### Type: [BotInlineMessage](../types/BotInlineMessage.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$botInlineMessageMediaAuto = ['_' => 'botInlineMessageMediaAuto', 'caption' => string, 'reply_markup' => ReplyMarkup, ];
|
|
```
|
|
|