28 lines
556 B
Markdown
28 lines
556 B
Markdown
|
---
|
||
|
title: inputMediaDocument
|
||
|
description: inputMediaDocument attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputMediaDocument
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|id|[InputDocument](../types/InputDocument.md) | Required|
|
||
|
|caption|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputMedia](../types/InputMedia.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputMediaDocument = ['_' => 'inputMediaDocument', 'id' => InputDocument, 'caption' => string, ];
|
||
|
```
|
||
|
|