Interface ActionWallpaperChanged

A wallpaper of the chathas been changed

interface ActionWallpaperChanged {
    forBoth: boolean;
    same: boolean;
    type: "wallpaper_changed";
    wallpaper: TypeWallPaper;
}

Properties

forBoth: boolean

Whether the wallpaper was forcefully applied for both sides, without explicit confirmation from the other side.

same: boolean

Whether the user has applied the same wallpaper as the other party previously set in the chat

type: "wallpaper_changed"
wallpaper: TypeWallPaper

TL object representing the new wallpaper