1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 19:36:56 +01:00
MadelineProto/docs/TD_docs/constructors/wallpapers.md
2017-07-23 16:11:02 +02:00

737 B

title description
wallpapers Contains list of wallpapers

Constructor: wallpapers

Back to constructors index

Contains list of wallpapers

Attributes:

Name Type Required Description
wallpapers Array of wallpaper Yes List of wallpapers

Type: Wallpapers

Example:

$wallpapers = ['_' => 'wallpapers', 'wallpapers' => [wallpaper], ];

PWRTelegram json-encoded version:

{"_":"wallpapers","wallpapers":["wallpaper"]}

Or, if you're into Lua:

wallpapers={_='wallpapers', wallpapers={wallpaper}, }