908 B
908 B
title | description | image |
---|---|---|
wallPaperNoFile | No file wallpaper | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: wallPaperNoFile
No file wallpaper
Attributes:
Name | Type | Required | Description |
---|---|---|---|
default | Bool | Optional | Whether this is the default wallpaper |
dark | Bool | Optional | Dark mode |
settings | WallPaperSettings | Optional | Wallpaper settings |
Type: WallPaper
Example:
$wallPaperNoFile = ['_' => 'wallPaperNoFile', 'default' => Bool, 'dark' => Bool, 'settings' => WallPaperSettings];
Or, if you're into Lua:
wallPaperNoFile={_='wallPaperNoFile', default=Bool, dark=Bool, settings=WallPaperSettings}