- API ›
- Constructors ›
- Messages ›
- BotApp
BotApp
---types--- messages.botApp#eb50adf5 inactive:flags.0?true request_write_access:flags.1?true has_settings:flags.2?true app:BotApp = messages.BotApp
Belongs to
| messages.BotApp |
In Rust this constructor is a variant of the enums::messages.BotApp enum.
Match on it with: if let enums::messages.BotApp::BotApp(v) = result { ... }