BotCommand constructor

BotCommand({
  1. required String command,
  2. required String description,
})

Implementation

BotCommand({
  required this.command,
  required this.description,
});