Packages

c

ackcord.data

InteractionCallbackDataMessage

case class InteractionCallbackDataMessage(tts: Option[Boolean] = None, content: Option[String] = None, embeds: Seq[OutgoingEmbed] = Nil, allowedMentions: Option[AllowedMention] = None, flags: MessageFlags = MessageFlags.None, components: Option[Seq[ActionRow]] = None, attachments: Option[Seq[PartialAttachment]] = None) extends InteractionCallbackData with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InteractionCallbackDataMessage
  2. Serializable
  3. Product
  4. Equals
  5. InteractionCallbackData
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InteractionCallbackDataMessage(tts: Option[Boolean] = None, content: Option[String] = None, embeds: Seq[OutgoingEmbed] = Nil, allowedMentions: Option[AllowedMention] = None, flags: MessageFlags = MessageFlags.None, components: Option[Seq[ActionRow]] = None, attachments: Option[Seq[PartialAttachment]] = None)

Value Members

  1. val allowedMentions: Option[AllowedMention]
  2. val attachments: Option[Seq[PartialAttachment]]
  3. val components: Option[Seq[ActionRow]]
  4. val content: Option[String]
  5. val embeds: Seq[OutgoingEmbed]
  6. val flags: MessageFlags
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. val tts: Option[Boolean]