InputWallPaper
- class pyrogram.raw.types.InputWallPaper
Wallpaper
Constructor of
InputWallPaper.- Details:
Layer:
223ID:
E630B979
- Parameters:
id (
int64-bit) – Wallpaper IDaccess_hash (
int64-bit) – Access hash
TL Schema
inputWallPaper#e630b979
id:long
access_hash:long
= InputWallPaper
Parameter Tree
InputWallPaper
├── id →
long└── access_hash →
longExample
InputWallPaper(
id=0,
access_hash=0,
)