# Constructor: wallPaper
Wallpaper settings.
# Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Identifier |
creator | Bool | Optional | Creator of the wallpaper |
default | Bool | Optional | Whether this is the default wallpaper |
pattern | Bool | Optional | Pattern |
dark | Bool | Optional | Dark mode |
access_hash | long | Yes | Access hash |
slug | string | Yes | Unique wallpaper ID |
document | Document | Optional | The actual wallpaper |
settings | WallPaperSettings | Optional | Wallpaper settings |
# Type: WallPaper
# Example:
$wallPaper = ['_' => 'wallPaper', 'id' => long, 'creator' => Bool, 'default' => Bool, 'pattern' => Bool, 'dark' => Bool, 'access_hash' => long, 'slug' => 'string', 'document' => Document, 'settings' => WallPaperSettings];
Or, if you’re into Lua:
wallPaper={_='wallPaper', id=long, creator=Bool, default=Bool, pattern=Bool, dark=Bool, access_hash=long, slug='string', document=Document, settings=WallPaperSettings}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.