21 lines
696 B
Markdown
21 lines
696 B
Markdown
## Constructor: inputMediaUploadedDocument
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|file|[InputFile](../types/InputFile.md) | Required|
|
|
|mime\_type|[string](../types/string.md) | Required|
|
|
|attributes|Array of [DocumentAttribute](../types/DocumentAttribute.md) | Required|
|
|
|caption|[string](../types/string.md) | Required|
|
|
|stickers|Array of [InputDocument](../types/InputDocument.md) | Optional|
|
|
|
|
|
|
### Type: [InputMedia](../types/InputMedia.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$inputMediaUploadedDocument = ['file' => InputFile, 'mime_type' => string, 'attributes' => [DocumentAttribute], 'caption' => string, 'stickers' => [InputDocument], ];
|
|
``` |