DeleteCommands constructor

DeleteCommands({
  1. BotCommandScope? scope,
  2. required String languageCode,
})

Implementation

DeleteCommands({this.scope, required this.languageCode});