MadelineProtoDocs/old_docs/API_docs_v43/constructors/wallPaperNoFile.md

908 B

title description image
wallPaperNoFile No file wallpaper https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: wallPaperNoFile

Back to constructors index

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}