- API ›
- Constructors ›
- InputChatThemeEmpty
InputChatThemeEmpty
---types--- inputChatThemeEmpty#83268483 = InputChatTheme
Belongs to
| InputChatTheme |
In Rust this constructor is a variant of the enums::InputChatTheme enum.
Match on it with: if let enums::InputChatTheme::InputChatThemeEmpty(v) = result { ... }
Parameters
This item has no parameters.
Used by
| SetChatTheme |