BotsGetBotCommands constructor

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

Bots Get Bot Commands constructor.

Implementation

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