InteractionApplicationCommandCallbackData constructor

InteractionApplicationCommandCallbackData({
  1. bool? tts,
  2. String? content,
  3. List<Embed>? embeds,
  4. AllowedMentions? allowedMentions,
  5. int? flags,
})

Implementation

InteractionApplicationCommandCallbackData({
  this.tts,
  this.content,
  this.embeds,
  this.allowedMentions,
  this.flags,
});