905 B
905 B
title | description | image |
---|---|---|
account.wallPapers | account_wallPapers attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: account.wallPapers
Attributes:
Name | Type | Required |
---|---|---|
hash | int | Yes |
wallpapers | Array of WallPaper | Yes |
Type: account_WallPapers
Example:
$account_wallPapers = ['_' => 'account.wallPapers', 'hash' => int, 'wallpapers' => [WallPaper, WallPaper]];
PWRTelegram json-encoded version:
{"_": "account.wallPapers", "hash": int, "wallpapers": [WallPaper]}
Or, if you're into Lua:
account_wallPapers={_='account.wallPapers', hash=int, wallpapers={WallPaper}}