- API ›
- Constructors ›
- BotApp
BotApp
---types--- botApp#95fcd1d6 id:long access_hash:long short_name:string title:string description:string photo:Photo document:flags.0?Document hash:long = BotApp
Belongs to
| BotApp |
In Rust this constructor is a variant of the enums::BotApp enum.
Match on it with: if let enums::BotApp::BotApp(v) = result { ... }