- API ›
- Constructors ›
- BotCommand
BotCommand
---types--- botCommand#c27ac8c7 command:string description:string = BotCommand
Belongs to
| BotCommand |
In Rust this constructor is a variant of the enums::BotCommand enum.
Match on it with: if let enums::BotCommand::BotCommand(v) = result { ... }