mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image |
---|---|---|---|
inputMediaUploadedPhoto | Photo | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMediaUploadedPhoto
Photo
Attributes:
Name | Type | Required | Description |
---|---|---|---|
spoiler | Bool | Optional | Whether this media should be hidden behind a spoiler warning |
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', 'spoiler' => Bool, 'file' => InputFile, 'stickers' => [InputDocument, InputDocument], 'ttl_seconds' => int];