Interface UpdateChatPhoto

A chat photo was changed. Subtype of Update.

interface UpdateChatPhoto {
    @type: "updateChatPhoto";
    chat_id: number;
    photo: ChatPhotoInfo;
}

Properties

Properties

@type: "updateChatPhoto"
chat_id: number

Chat identifier.

The new chat photo; may be null.