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