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

Belongs to

WallPaperSettings

In Rust this constructor is a variant of the enums::WallPaperSettings enum.
Match on it with: if let enums::WallPaperSettings::WallPaperSettings(v) = result { ... }

Parameters

blurtrueoptional
motiontrueoptional
background_colorintoptional
second_background_colorintoptional
third_background_colorintoptional
fourth_background_colorintoptional
intensityintoptional
rotationintoptional
emoticonstringoptional

Used by

InstallWallPaper
SaveWallPaper
SetChatWallPaper
UploadWallPaper