UpdatePeerWallpaper¶
- class pyrogram.raw.types.UpdatePeerWallpaper[source]¶
The wallpaper » of a given peer has changed.
Constructor of
Update.- Details:
Layer:
229ID:
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 thefor_bothflag, see here » for more info.wallpaper (
WallPaper, optional) – The new wallpaper, if none the wallpaper was removed and the default wallpaper should be used.