- API ›
- Constructors ›
- ChatTheme
ChatTheme
---types--- chatTheme#c3dffc04 emoticon:string = ChatTheme
Belongs to
| ChatTheme |
In Rust this constructor is a variant of the enums::ChatTheme enum.
Match on it with: if let enums::ChatTheme::ChatTheme(v) = result { ... }
Parameters
| emoticon | string | required |