DeleteCommands constructor
DeleteCommands({
- String? extra,
- int? client_id,
- BotCommandScope? scope,
- string? language_code,
Implementation
DeleteCommands({
super.extra,
super.client_id,
this.scope,
this.language_code,
});