MadelineProto/docs/API_docs/constructors/inputMediaUploadedPhoto.md

20 lines
522 B
Markdown
Raw Normal View History

## 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|
2016-12-19 18:56:05 +01:00
### Type: [InputMedia](../types/InputMedia.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$inputMediaUploadedPhoto = ['_' => inputMediaUploadedPhoto', 'file' => InputFile, 'caption' => string, 'stickers' => [Vector t], ];
```