InputWallPaperSlug
- class pyrogram.raw.types.InputWallPaperSlug
Wallpaper by slug (a unique ID, obtained from a wallpaper link »)
Constructor of
InputWallPaper.- Details:
Layer:
223ID:
72091C80
- Parameters:
slug (
str) – Unique wallpaper ID
TL Schema
inputWallPaperSlug#72091c80
slug:string
= InputWallPaper
Parameter Tree
InputWallPaperSlug
└── slug →
stringExample
InputWallPaperSlug(
slug="text",
)