c

ackcord.interactions

BaseCacheComponentInteraction

case class BaseCacheComponentInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, cache: CacheSnapshot) extends CacheComponentInteraction with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseCacheComponentInteraction
  2. Serializable
  3. Product
  4. Equals
  5. CacheComponentInteraction
  6. ComponentInteraction
  7. CacheInteraction
  8. Interaction
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BaseCacheComponentInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, cache: CacheSnapshot)

Value Members

  1. val cache: CacheSnapshot
  2. def channelId: TextChannelId
    Definition Classes
    Interaction
  3. val customId: String
  4. def id: InteractionId
    Definition Classes
    Interaction
  5. val interactionInvocationInfo: InteractionInvocationInfo
  6. val message: Message
  7. def optCache: Option[CacheSnapshot]
    Definition Classes
    CacheInteractionInteraction
  8. def optGuildId: Option[GuildId]
    Definition Classes
    Interaction
  9. def optMember: Option[GuildMember]
    Definition Classes
    Interaction
  10. def optMemberPermissions: Option[Permission]
    Definition Classes
    Interaction
  11. def productElementNames: Iterator[String]
    Definition Classes
    Product
  12. def token: String
    Definition Classes
    Interaction
  13. def user: User
    Definition Classes
    Interaction
  14. def webhookId: SnowflakeType[Webhook]
    Definition Classes
    Interaction