PatchedBotCommand constructor

PatchedBotCommand({
  1. int? id,
  2. String? command,
  3. int? mentor,
  4. int? bot,
})

Returns a new PatchedBotCommand instance.

Implementation

PatchedBotCommand({
  this.id,
  this.command,
  this.mentor,
  this.bot,
});