InputWallPaper
- class pyrogram.raw.base.InputWallPaper
Wallpaper
- Constructors:
This base type has 3 constructors available.
Wallpaper
Wallpaper with no file access hash, used for example when deleting (unsave=true) wallpapers using account.saveWallPaper, specifying just the wallpaper ID.
Wallpaper by slug (a unique ID, obtained from a wallpaper link »)
TL Schema
inputWallPaper#e630b979
id:long
access_hash:long
= InputWallPaper
Parameter Tree
InputWallPaper
├── id →
long└── access_hash →
longExample
InputWallPaper(
id=0,
access_hash=0,
)