UpdatePeerWallpaper

class pyrogram.raw.types.UpdatePeerWallpaper

The wallpaper » of a given peer has changed.

Constructor of Update.

Details:
  • Layer: 187

  • ID: AE3F101D

Parameters:
  • peer (Peer) – The peer where the wallpaper has changed.

  • wallpaper_overridden (bool, optional) – Whether the other user has chosen a custom wallpaper for us using messages.setChatWallPaper and the for_both flag, see here » for more info.

  • wallpaper (WallPaper, optional) – The new wallpaper, if none the wallpaper was removed and the default wallpaper should be used.