- API ›
- Constructors ›
- ChatThemeUniqueGift
ChatThemeUniqueGift
---types--- chatThemeUniqueGift#3458f9c8 gift:StarGift theme_settings:Vector<ThemeSettings> = ChatTheme
Belongs to
| ChatTheme |
In Rust this constructor is a variant of the enums::ChatTheme enum.
Match on it with: if let enums::ChatTheme::ChatThemeUniqueGift(v) = result { ... }
Parameters
| gift | StarGift | required |
| theme_settings | Vector<ThemeSettings> | required |