WallPaperSettings
---types---
wallPaperSettings#372efcd0 blur:flags.1?true motion:flags.2?true background_color:flags.0?int second_background_color:flags.4?int third_background_color:flags.5?int fourth_background_color:flags.6?int intensity:flags.3?int rotation:flags.4?int emoticon:flags.7?string = WallPaperSettings
Copy use statement
Belongs to
In Rust this constructor is a variant of the enums::WallPaperSettings enum.
Match on it with: if let enums::WallPaperSettings::WallPaperSettings(v) = result { ... }
Parameters
blur true optional
motion true optional
background_color int optional
second_background_color int optional
third_background_color int optional
fourth_background_color int optional
intensity int optional
rotation int optional
emoticon string optional
Used by