Interface ChatBackground

Describes a background set for a specific chat.

interface ChatBackground {
    @type: "chatBackground";
    background: Background;
    dark_theme_dimming: number;
}

Properties

@type: "chatBackground"
background: Background

The background.

dark_theme_dimming: number

Dimming of the background in dark themes, as a percentage; 0-100. Applied only to Wallpaper and Fill types of background.