Packages

c

ackcord.data

RawInteraction

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

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

Instance Constructors

  1. 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

  1. val applicationId: RawSnowflake
  2. val channelId: Option[TextChannelId]
  3. val data: Option[ApplicationInteractionData]
  4. val guildId: Option[GuildId]
  5. val id: InteractionId
  6. val member: Option[RawGuildMember]
  7. val memberPermission: Option[Permission]
  8. val message: Option[RawMessage]
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. val token: String
  11. val tpe: InteractionType
  12. val user: Option[User]
  13. val version: Int