- API ›
- Constructors ›
- InputWallPaperSlug
InputWallPaperSlug
---types--- inputWallPaperSlug#72091c80 slug:string = InputWallPaper
Belongs to
| InputWallPaper |
In Rust this constructor is a variant of the enums::InputWallPaper enum.
Match on it with: if let enums::InputWallPaper::InputWallPaperSlug(v) = result { ... }
Parameters
| slug | string | required |
Used by
| GetWallPaper |
| InstallWallPaper |
| SaveWallPaper |
| SetChatWallPaper |