BotCommand constructor
Returns a new BotCommand instance.
Implementation
BotCommand({
required this.id,
required this.command,
required this.mentor,
required this.bot,
});
Returns a new BotCommand instance.
BotCommand({
required this.id,
required this.command,
required this.mentor,
required this.bot,
});