- API ›
- Constructors ›
- Bots ›
- BotInfo
BotInfo
---types--- bots.botInfo#e8a775b0 name:string about:string description:string = bots.BotInfo
Belongs to
| bots.BotInfo |
In Rust this constructor is a variant of the enums::bots.BotInfo enum.
Match on it with: if let enums::bots.BotInfo::BotInfo(v) = result { ... }