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
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InteractionCallbackDataMessage
- Serializable
- Product
- Equals
- InteractionCallbackData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- val allowedMentions: Option[AllowedMention]
- val attachments: Option[Seq[PartialAttachment]]
- val components: Option[Seq[ActionRow]]
- val content: Option[String]
- val embeds: Seq[OutgoingEmbed]
- val flags: MessageFlags
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val tts: Option[Boolean]