GetCommands constructor
const
GetCommands({
- BotCommandScope? scope,
- required String languageCode,
Returns the list of commands supported by the bot for the given user scope and language; for bots only
Implementation
const GetCommands({
this.scope,
required this.languageCode,
});