- API ›
- Constructors ›
- BotAppSettings
BotAppSettings
---types--- botAppSettings#c99b1950 placeholder_path:flags.0?bytes background_color:flags.1?int background_dark_color:flags.2?int header_color:flags.3?int header_dark_color:flags.4?int = BotAppSettings
Belongs to
| BotAppSettings |
In Rust this constructor is a variant of the enums::BotAppSettings enum.
Match on it with: if let enums::BotAppSettings::BotAppSettings(v) = result { ... }