InteractionCallbackData constructor

InteractionCallbackData({
  1. bool? tts,
  2. String? content,
  3. List<Embed>? embeds,
  4. AllowedMentions? allowedMentions,
  5. List<MessageFlag>? flags,
  6. List<Component>? components,
  7. List<Attachment>? attachments,
  8. List<ApplicationCommandOptionChoice>? choices,
})

Constructor

Implementation

InteractionCallbackData({
  this.tts,
  this.content,
  this.embeds,
  this.allowedMentions,
  this.flags,
  this.components,
  this.attachments,
  this.choices,
});