964 B
964 B
title | description | image | redirect_from |
---|---|---|---|
account.wallPapers | Installed wallpapers | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/account_wallPapers.html |
Constructor: account.wallPapers
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}}