case class BaseResolvedComponentInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, textChannel: TextChannel, optGuild: Option[GatewayGuild], cache: CacheSnapshot) extends ResolvedComponentInteraction with Product with Serializable
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseResolvedComponentInteraction
- Serializable
- Product
- Equals
- ResolvedComponentInteraction
- ResolvedInteraction
- CacheComponentInteraction
- ComponentInteraction
- CacheInteraction
- Interaction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BaseResolvedComponentInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, textChannel: TextChannel, optGuild: Option[GatewayGuild], cache: CacheSnapshot)
Value Members
- val cache: CacheSnapshot
- Definition Classes
- BaseResolvedComponentInteraction → CacheInteraction
- def channelId: TextChannelId
- Definition Classes
- Interaction
- val customId: String
- Definition Classes
- BaseResolvedComponentInteraction → ComponentInteraction
- def id: InteractionId
- Definition Classes
- Interaction
- val interactionInvocationInfo: InteractionInvocationInfo
- Definition Classes
- BaseResolvedComponentInteraction → Interaction
- val message: Message
- Definition Classes
- BaseResolvedComponentInteraction → ComponentInteraction
- def optCache: Option[CacheSnapshot]
- Definition Classes
- CacheInteraction → Interaction
- val optGuild: Option[GatewayGuild]
- Definition Classes
- BaseResolvedComponentInteraction → ResolvedInteraction
- 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
- val textChannel: TextChannel
- Definition Classes
- BaseResolvedComponentInteraction → ResolvedInteraction
- def token: String
- Definition Classes
- Interaction
- def user: User
- Definition Classes
- Interaction
- def webhookId: SnowflakeType[Webhook]
- Definition Classes
- Interaction