Interface InputChatPhotoStatic

A static photo in JPEG format. Subtype of InputChatPhoto.

interface InputChatPhotoStatic {
    @type: "inputChatPhotoStatic";
    photo: InputFile;
}

Properties

Properties

@type: "inputChatPhotoStatic"
photo: InputFile

Photo to be set as profile photo. Only inputFileLocal and inputFileGenerated are allowed.