mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 22:46:55 +01:00
619 B
619 B
title | description |
---|---|
wallpapers | Contains list of wallpapers |
Constructor: wallpapers
Contains list of wallpapers
Attributes:
Name | Type | Required | Description |
---|---|---|---|
wallpapers | Array of wallpaper | Yes | List of wallpapers |
Type: Wallpapers
Example:
$wallpapers = ['_' => 'wallpapers', 'wallpapers' => [wallpaper], ];
Or, if you're into Lua:
wallpapers={_='wallpapers', wallpapers={wallpaper}, }