SlashCommand constructor

SlashCommand({
  1. String? commandId,
})

Implementation

SlashCommand({
  this.commandId,
});