# Constructor: inputMediaUploadedPhoto
Photo
# Attributes:
Name | Type | Required | Description |
---|---|---|---|
file | File path or InputFile | Yes | The uploaded file |
stickers | Array of MessageMedia, Message, Update or InputDocument | Optional | Attached mask stickers |
ttl_seconds | int | Optional | Time to live in seconds of self-destructing photo |
# Type: InputMedia
# Example:
$inputMediaUploadedPhoto = ['_' => 'inputMediaUploadedPhoto', 'file' => InputFile, 'stickers' => [InputDocument, InputDocument], 'ttl_seconds' => int];
Or, if you’re into Lua:
inputMediaUploadedPhoto={_='inputMediaUploadedPhoto', file=InputFile, stickers={InputDocument}, ttl_seconds=int}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.