InputWallPaperSlug

class pyrogram.raw.types.InputWallPaperSlug

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

Constructor of InputWallPaper.

Details:
  • Layer: 223

  • ID: 72091C80

Parameters:

slug (str) – Unique wallpaper ID

TL Schema

inputWallPaperSlug#72091c80
slug:string

= InputWallPaper

Parameter Tree

InputWallPaperSlug
└── slugstring

Example

InputWallPaperSlug(
    slug="text",
)