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