Skip to main content

updatePeerWallpaper

The wallpaper » of a given peer has changed.

type tg.UpdatePeerWallpaper struct { /* ... */ }

Implements Update.

Fields

NameTypeRequiredDescription
WallpaperOverriddenboolWhether the other user has chosen a custom wallpaper for us using messages setChatWallPaper and the for_both flag, see here » for more info.
PeerPeerClassyesThe peer where the wallpaper has changed.
WallpaperWallPaperClassThe new wallpaper, if none the wallpaper was removed and the default wallpaper should be used.

References