BotCommands constructor

BotCommands({
  1. required int botUserId,
  2. required List<BotCommand> commands,
})

Implementation

BotCommands({required this.botUserId, required this.commands});