Interface SetChatTheme

Changes the chat theme. Supported only in private and secret chats. Request type for Tdjson#setChatTheme.

interface SetChatTheme {
    @type: "setChatTheme";
    chat_id: number;
    theme: InputChatTheme;
}

Properties

Properties

@type: "setChatTheme"
chat_id: number

Chat identifier.

New chat theme; pass null to return the default theme.