InputWallPaperNoFile
- class pyrogram.raw.types.InputWallPaperNoFile
Wallpaper with no file access hash, used for example when deleting (unsave=true) wallpapers using account.saveWallPaper, specifying just the wallpaper ID.
Constructor of
InputWallPaper.- Details:
Layer:
223ID:
967A462E
- Parameters:
id (
int64-bit) – Wallpaper ID
TL Schema
inputWallPaperNoFile#967a462e
id:long
= InputWallPaper
Parameter Tree
InputWallPaperNoFile
└── id →
longExample
InputWallPaperNoFile(
id=0,
)