Interface SearchBackground

Searches for a background by its name. Request type for Tdjson#searchBackground.

interface SearchBackground {
    @type: "searchBackground";
    name: string;
}

Properties

Properties

@type: "searchBackground"
name: string

The name of the background.