MadelineProtoDocs/old_docs/API_docs_v102/constructors/wallPaperSettings.md
2019-06-24 15:45:02 +02:00

959 B

title description image
wallPaperSettings Wallpaper settings https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: wallPaperSettings

Back to constructors index

Wallpaper settings

Attributes:

Name Type Required Description
blur Bool Optional Blur?
motion Bool Optional Motion?
background_color int Optional Background color
intensity int Optional Intensity

Type: WallPaperSettings

Example:

$wallPaperSettings = ['_' => 'wallPaperSettings', 'blur' => Bool, 'motion' => Bool, 'background_color' => int, 'intensity' => int];

Or, if you're into Lua:

wallPaperSettings={_='wallPaperSettings', blur=Bool, motion=Bool, background_color=int, intensity=int}