Interface RemoveInstalledBackground

Removes background from the list of installed backgrounds. Request type for Tdjson#removeInstalledBackground.

interface RemoveInstalledBackground {
    @type: "removeInstalledBackground";
    background_id: string;
}

Properties

Properties

@type: "removeInstalledBackground"
background_id: string

The background identifier.