BotsResetBotCommands constructor
const
BotsResetBotCommands({
- required BotCommandScopeBase scope,
- required String langCode,
Bots Reset Bot Commands constructor.
Implementation
const BotsResetBotCommands({required this.scope, required this.langCode})
: super._();