Interface InputBackgroundRemote

A background from the server. Subtype of InputBackground.

interface InputBackgroundRemote {
    @type: "inputBackgroundRemote";
    background_id: string;
}

Properties

Properties

@type: "inputBackgroundRemote"
background_id: string

The background identifier.