BotsSetBotCommands constructor

const BotsSetBotCommands({
  1. required BotCommandScopeBase scope,
  2. required String langCode,
  3. required List<BotCommandBase> commands,
})

Bots Set Bot Commands constructor.

Implementation

const BotsSetBotCommands({
  required this.scope,
  required this.langCode,
  required this.commands,
}) : super._();