Interface UpdateChatBackground

The chat background was changed. Subtype of Update.

interface UpdateChatBackground {
    @type: "updateChatBackground";
    background: ChatBackground;
    chat_id: number;
}

Properties

@type: "updateChatBackground"
background: ChatBackground

The new chat background; may be null if background was reset to default.

chat_id: number

Chat identifier.