mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 18:27:19 +01:00
17 lines
519 B
Markdown
17 lines
519 B
Markdown
## Constructor: inputMediaUploadedPhoto
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|file|[InputFile](../types/InputFile.md) | Required|
|
|
|caption|[string](../types/string.md) | Required|
|
|
|stickers|Array of [InputDocument](../types/InputDocument.md) | Optional|
|
|
### Type:
|
|
|
|
[InputMedia](../types/InputMedia.md)
|
|
### Example:
|
|
|
|
```
|
|
$inputMediaUploadedPhoto = ['_' => inputMediaUploadedPhoto', 'file' => InputFile, 'caption' => string, 'stickers' => [Vector t], ];
|
|
``` |