InputWallPaper

class pyrogram.raw.types.InputWallPaper

Wallpaper

Constructor of InputWallPaper.

Details:
  • Layer: 223

  • ID: E630B979

Parameters:
  • id (int 64-bit) – Wallpaper ID

  • access_hash (int 64-bit) – Access hash

TL Schema

inputWallPaper#e630b979
id:long
access_hash:long

= InputWallPaper

Parameter Tree

InputWallPaper
├── idlong
└── access_hashlong

Example

InputWallPaper(
    id=0,
    access_hash=0,
)