Interface UpdateDefaultBackground

The default background has changed. Subtype of Update.

interface UpdateDefaultBackground {
    @type: "updateDefaultBackground";
    background: Background;
    for_dark_theme?: boolean;
}

Properties

@type: "updateDefaultBackground"
background: Background

The new default background; may be null.

for_dark_theme?: boolean

True, if default background for dark theme has changed.