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