mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:27:48 +01:00
493 B
493 B
Constructor: inputMediaUploadedPhoto
Attributes:
Name | Type | Required |
---|---|---|
file | InputFile | Required |
caption | string | Required |
stickers | Array of InputDocument | Optional |
Type: InputMedia
Example:
$inputMediaUploadedPhoto = ['file' => InputFile, 'caption' => string, 'stickers' => [InputDocument], ];