WallPaper¶
-
class
pyrogram.api.types.
WallPaper
(id: int, title: str, sizes: list, color: int)¶ -
ID
¶ 0xccb03657
Parameters: - id –
int
32-bit
- title –
str
- sizes – List of either
PhotoSizeEmpty
,PhotoSize
orPhotoCachedSize
- color –
int
32-bit
See also
This object can be returned by
account.GetWallPapers
.-