c

ackcord.interactions

InteractionInvocationInfo

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InteractionInvocationInfo
  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 InteractionInvocationInfo(id: InteractionId, guildId: Option[GuildId], channelId: TextChannelId, user: User, member: Option[RawGuildMember], memberPermissions: Option[Permission], token: String, clientId: String)

Value Members

  1. val channelId: TextChannelId
  2. val clientId: String
  3. val guildId: Option[GuildId]
  4. val id: InteractionId
  5. val member: Option[RawGuildMember]
  6. val memberPermissions: Option[Permission]
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. val token: String
  9. val user: User
  10. def webhookId: SnowflakeType[Webhook]