BotCommand constructor
Creates a new BotCommand object.
Implementation
const BotCommand({
required this.command,
required this.description,
});
Creates a new BotCommand object.
const BotCommand({
required this.command,
required this.description,
});