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