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