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