SetCommands constructor

SetCommands({
  1. String? extra,
  2. int? client_id,
  3. BotCommandScope? scope,
  4. string? language_code,
  5. vector<BotCommand>? commands,
})

Implementation

SetCommands({
  super.extra,
  super.client_id,
  this.scope,
  this.language_code,
  this.commands,
});