821 B
821 B
title | description | image |
---|---|---|
wallPaperNoFile | wallPaperNoFile attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: wallPaperNoFile
Attributes:
Name | Type | Required |
---|---|---|
default | Bool | Optional |
dark | Bool | Optional |
settings | WallPaperSettings | Optional |
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}