SetCommands constructor

SetCommands({
  1. BotCommandScope? scope,
  2. required String languageCode,
  3. required List<BotCommand> commands,
})

Implementation

SetCommands({this.scope, required this.languageCode, required this.commands});