Interface GetInstalledBackgrounds

Returns backgrounds installed by the user. Request type for Tdjson#getInstalledBackgrounds.

interface GetInstalledBackgrounds {
    @type: "getInstalledBackgrounds";
    for_dark_theme?: boolean;
}

Properties

@type: "getInstalledBackgrounds"
for_dark_theme?: boolean

Pass true to order returned backgrounds for a dark theme.