DeleteCommands constructor

const DeleteCommands({
  1. BotCommandScope? scope,
  2. 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,
});