BotCommands constructor

BotCommands({
  1. String? extra,
  2. int? client_id,
  3. int53? bot_user_id,
  4. vector<BotCommand>? commands,
})

Implementation

BotCommands({
  super.extra,
  super.client_id,
  this.bot_user_id,
  this.commands,
});