case class InteractionInvocationInfo(id: InteractionId, guildId: Option[GuildId], channelId: TextChannelId, user: User, member: Option[RawGuildMember], memberPermissions: Option[Permission], token: String, clientId: String) extends Product with Serializable
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InteractionInvocationInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InteractionInvocationInfo(id: InteractionId, guildId: Option[GuildId], channelId: TextChannelId, user: User, member: Option[RawGuildMember], memberPermissions: Option[Permission], token: String, clientId: String)
Value Members
- val channelId: TextChannelId
- val clientId: String
- val guildId: Option[GuildId]
- val id: InteractionId
- val member: Option[RawGuildMember]
- val memberPermissions: Option[Permission]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val token: String
- val user: User
- def webhookId: SnowflakeType[Webhook]