mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 04:39:37 +01:00
28 lines
776 B
Markdown
28 lines
776 B
Markdown
|
---
|
||
|
title: botInlineMediaResultDocument
|
||
|
description: botInlineMediaResultDocument attributes, type and example
|
||
|
---
|
||
|
## Constructor: botInlineMediaResultDocument
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|id|[string](../types/string.md) | Required|
|
||
|
|type|[string](../types/string.md) | Required|
|
||
|
|document|[Document](../types/Document.md) | Required|
|
||
|
|send\_message|[BotInlineMessage](../types/BotInlineMessage.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [BotInlineResult](../types/BotInlineResult.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$botInlineMediaResultDocument = ['_' => 'botInlineMediaResultDocument', 'id' => string, 'type' => string, 'document' => Document, 'send_message' => BotInlineMessage, ];
|
||
|
```
|