MadelineProtoDocs/docs/API_docs/constructors/account_wallPapers.md

903 B

title description image
account.wallPapers Installed wallpapers https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: account.wallPapers

Back to constructors index

Installed wallpapers

Attributes:

Name Type Required Description
hash int Yes Hash for pagination, for more info click here
wallpapers Array of WallPaper Yes Wallpapers

Type: account_WallPapers

Example:

$account_wallPapers = ['_' => 'account.wallPapers', 'hash' => int, 'wallpapers' => [WallPaper, WallPaper]];

Or, if you're into Lua:

account_wallPapers={_='account.wallPapers', hash=int, wallpapers={WallPaper}}