Interface DeleteDefaultBackground

Deletes default background for chats. Request type for Tdjson#deleteDefaultBackground.

interface DeleteDefaultBackground {
    @type: "deleteDefaultBackground";
    for_dark_theme?: boolean;
}

Properties

@type: "deleteDefaultBackground"
for_dark_theme?: boolean

Pass true if the background is deleted for a dark theme.