SlashCommandMetadata constructor

SlashCommandMetadata({
  1. User? bot,
  2. String? commandId,
  3. String? commandName,
  4. bool? triggersDialog,
  5. String? type,
})

Implementation

SlashCommandMetadata({
  this.bot,
  this.commandId,
  this.commandName,
  this.triggersDialog,
  this.type,
});