Interface GetBackgroundUrl

Constructs a persistent HTTP URL for a background. Request type for Tdjson#getBackgroundUrl.

interface GetBackgroundUrl {
    @type: "getBackgroundUrl";
    name: string;
    type: BackgroundType;
}

Properties

Properties

@type: "getBackgroundUrl"
name: string

Background name.

Background type; backgroundTypeChatTheme isn't supported.