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], ];