Interface InputChatPhotoPrevious

Describes a photo to be set as a user profile or chat photo. Subtype of InputChatPhoto.

interface InputChatPhotoPrevious {
    @type: "inputChatPhotoPrevious";
    chat_photo_id: string;
}

Properties

Properties

@type: "inputChatPhotoPrevious"
chat_photo_id: string

Identifier of the current user's profile photo to reuse.