case class InteractionPartialMessage(id: MessageId, channelId: TextChannelId, author: User, content: String, timestamp: OffsetDateTime, editedTimestamp: Option[OffsetDateTime], tts: Boolean, mentionEveryone: Boolean, mentions: Seq[User], mentionRoles: Seq[RoleId], attachments: Seq[Attachment], embeds: Seq[ReceivedEmbed], pinned: Boolean, type: MessageType, flags: MessageFlags, components: Option[Seq[ActionRow]]) extends Product with Serializable
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InteractionPartialMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InteractionPartialMessage(id: MessageId, channelId: TextChannelId, author: User, content: String, timestamp: OffsetDateTime, editedTimestamp: Option[OffsetDateTime], tts: Boolean, mentionEveryone: Boolean, mentions: Seq[User], mentionRoles: Seq[RoleId], attachments: Seq[Attachment], embeds: Seq[ReceivedEmbed], pinned: Boolean, type: MessageType, flags: MessageFlags, components: Option[Seq[ActionRow]])
Value Members
- val attachments: Seq[Attachment]
- val author: User
- val channelId: TextChannelId
- val components: Option[Seq[ActionRow]]
- val content: String
- val editedTimestamp: Option[OffsetDateTime]
- val embeds: Seq[ReceivedEmbed]
- val flags: MessageFlags
- val id: MessageId
- val mentionEveryone: Boolean
- val mentionRoles: Seq[RoleId]
- val mentions: Seq[User]
- val pinned: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val timestamp: OffsetDateTime
- val tts: Boolean
- val type: MessageType