- API ›
- Constructors ›
- Theme
Theme
---types--- theme#a00e67d6 creator:flags.0?true default:flags.1?true for_chat:flags.5?true id:long access_hash:long slug:string title:string document:flags.2?Document settings:flags.3?Vector<ThemeSettings> emoticon:flags.6?string installs_count:flags.4?int = Theme
Belongs to
| Theme |
In Rust this constructor is a variant of the enums::Theme enum.
Match on it with: if let enums::Theme::Theme(v) = result { ... }