Interface BackgroundTypeWallpaper

The background is a wallpaper in the JPEG format.

interface BackgroundTypeWallpaper {
    dark_theme_dimming: number;
    document: Document;
    is_blurred?: true;
    is_moving?: true;
    type: "wallpaper";
}

Properties

dark_theme_dimming: number

Dimming of the background in dark themes, as a percentage; 0-100

document: Document

Document with the wallpaper

is_blurred?: true

True, if the wallpaper is downscaled to fit in a 450x450 square and then box-blurred with radius 12

is_moving?: true

True, if the background moves slightly when the device is tilted

type: "wallpaper"

Type of the background, always “wallpaper”