- API ›
- Constructors ›
- UpdateTheme
UpdateTheme
---types--- updateTheme#8216fba3 theme:Theme = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateTheme(v) = result { ... }
Parameters
| theme | Theme | required |