BotsResetBotCommands constructor

const BotsResetBotCommands({
  1. required BotCommandScopeBase scope,
  2. required String langCode,
})

Bots Reset Bot Commands constructor.

Implementation

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