account.GetWallPapers
- class pyrogram.raw.functions.account.GetWallPapers
Returns a list of available wallpapers.
- Details:
Layer:
223ID:
7967D36
- Parameters:
hash (
int64-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
account.getWallPapers#7967d36
hash:long
= account.WallPapers
Parameter Tree
GetWallPapers
└── hash →
longExample
await app.invoke(
GetWallPapers(
hash=0,
)
)