1021 B
1021 B
title | description | image |
---|---|---|
inputMediaUploadedPhoto | Photo | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMediaUploadedPhoto
Photo
Attributes:
Name | Type | Required | Description |
---|---|---|---|
file | File path or InputFile | Yes | The uploaded file |
caption | string | Yes | Caption |
stickers | Array of MessageMedia, Message, Update or InputDocument | Optional | Stickers |
Type: InputMedia
Example:
$inputMediaUploadedPhoto = ['_' => 'inputMediaUploadedPhoto', 'file' => InputFile, 'caption' => 'string', 'stickers' => [InputDocument, InputDocument]];
Or, if you're into Lua:
inputMediaUploadedPhoto={_='inputMediaUploadedPhoto', file=InputFile, caption='string', stickers={InputDocument}}