case class RawInteraction(id: InteractionId, applicationId: RawSnowflake, tpe: InteractionType, data: Option[ApplicationInteractionData], guildId: Option[GuildId], channelId: Option[TextChannelId], member: Option[RawGuildMember], memberPermission: Option[Permission], user: Option[User], token: String, version: Int, message: Option[RawMessage]) extends Product with Serializable
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RawInteraction
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RawInteraction(id: InteractionId, applicationId: RawSnowflake, tpe: InteractionType, data: Option[ApplicationInteractionData], guildId: Option[GuildId], channelId: Option[TextChannelId], member: Option[RawGuildMember], memberPermission: Option[Permission], user: Option[User], token: String, version: Int, message: Option[RawMessage])
Value Members
- val applicationId: RawSnowflake
- val channelId: Option[TextChannelId]
- val data: Option[ApplicationInteractionData]
- val guildId: Option[GuildId]
- val id: InteractionId
- val member: Option[RawGuildMember]
- val memberPermission: Option[Permission]
- val message: Option[RawMessage]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val token: String
- val tpe: InteractionType
- val user: Option[User]
- val version: Int