case class BaseCacheComponentInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, cache: CacheSnapshot) extends CacheComponentInteraction with Product with Serializable
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseCacheComponentInteraction
- Serializable
- Product
- Equals
- CacheComponentInteraction
- ComponentInteraction
- CacheInteraction
- Interaction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BaseCacheComponentInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, cache: CacheSnapshot)
Value Members
- val cache: CacheSnapshot
- Definition Classes
- BaseCacheComponentInteraction → CacheInteraction
- def channelId: TextChannelId
- Definition Classes
- Interaction
- val customId: String
- Definition Classes
- BaseCacheComponentInteraction → ComponentInteraction
- def id: InteractionId
- Definition Classes
- Interaction
- val interactionInvocationInfo: InteractionInvocationInfo
- Definition Classes
- BaseCacheComponentInteraction → Interaction
- val message: Message
- Definition Classes
- BaseCacheComponentInteraction → ComponentInteraction
- def optCache: Option[CacheSnapshot]
- Definition Classes
- CacheInteraction → Interaction
- def optGuildId: Option[GuildId]
- Definition Classes
- Interaction
- def optMember: Option[GuildMember]
- Definition Classes
- Interaction
- def optMemberPermissions: Option[Permission]
- Definition Classes
- Interaction
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def token: String
- Definition Classes
- Interaction
- def user: User
- Definition Classes
- Interaction
- def webhookId: SnowflakeType[Webhook]
- Definition Classes
- Interaction