InputWallPaper

class pyrogram.raw.base.InputWallPaper

Wallpaper

Constructors:

This base type has 3 constructors available.

InputWallPaper

Wallpaper

InputWallPaperNoFile

Wallpaper with no file access hash, used for example when deleting (unsave=true) wallpapers using account.saveWallPaper, specifying just the wallpaper ID.

InputWallPaperSlug

Wallpaper by slug (a unique ID, obtained from a wallpaper link »)

TL Schema

inputWallPaper#e630b979
id:long
access_hash:long

= InputWallPaper

Parameter Tree

InputWallPaper
├── idlong
└── access_hashlong

Example

InputWallPaper(
    id=0,
    access_hash=0,
)