account.GetWallPapers

class pyrogram.raw.functions.account.GetWallPapers

Returns a list of available wallpapers.

Details:
  • Layer: 223

  • ID: 7967D36

Parameters:

hash (int 64-bit) – Hash used for caching, for more info click here.

Returns:

account.WallPapers

TL Schema

account.getWallPapers#7967d36
hash:long

= account.WallPapers

Parameter Tree

GetWallPapers
└── hashlong

Example

await app.invoke(
    GetWallPapers(
        hash=0,
    )
)