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: 223

  • ID: 967A462E

Parameters:

id (int 64-bit) – Wallpaper ID

TL Schema

inputWallPaperNoFile#967a462e
id:long

= InputWallPaper

Parameter Tree

InputWallPaperNoFile
└── idlong

Example

InputWallPaperNoFile(
    id=0,
)