Documentation - v0.27.1
    Preparing search index...

    Interface ActionWallpaperChanged

    A wallpaper of the chathas been changed

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

    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