SetCommands constructor
SetCommands({
- BotCommandScope? scope,
- required String languageCode,
- required List<
BotCommand> commands,
Implementation
SetCommands({this.scope, required this.languageCode, required this.commands});