SetCommands constructor
SetCommands({
- String? extra,
- int? client_id,
- BotCommandScope? scope,
- string? language_code,
- vector<
BotCommand> ? commands,
Implementation
SetCommands({
super.extra,
super.client_id,
this.scope,
this.language_code,
this.commands,
});