New photo to be set as group profile photo.
The file, video and video_emoji_markup flags are mutually exclusive.
inputChatUploadedPhoto#94254732 file:InputFile crop:InputPhotoCrop = InputChatPhoto;
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| file | flags.0?InputFile | File saved in parts using the method upload.saveFilePart |
| video | flags.1?InputFile | Square video for animated profile picture |
| video_start_ts | flags.2?double | Floating point UNIX timestamp in seconds, indicating the frame of the video/sticker that should be used as static preview; can only be used if video or video_emoji_markup is set. |
| video_emoji_markup | flags.3?VideoSize | Animated sticker profile picture, must contain either a videoSizeEmojiMarkup or a videoSizeStickerMarkup constructor. |
Saves a part of file for further sending to one of the methods.
An animated profile picture based on a custom emoji sticker.
An animated profile picture based on a sticker.