case class StatelessCommandInteraction[A](commandInvocationInfo: CommandInvocationInfo[A]) extends CommandInteraction[A] with Product with Serializable
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatelessCommandInteraction
- Serializable
- Product
- Equals
- CommandInteraction
- Interaction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StatelessCommandInteraction(commandInvocationInfo: CommandInvocationInfo[A])
Value Members
- def args: A
- Definition Classes
- CommandInteraction
- def channelId: TextChannelId
- Definition Classes
- Interaction
- def commandId: CommandId
- Definition Classes
- CommandInteraction
- val commandInvocationInfo: CommandInvocationInfo[A]
- Definition Classes
- StatelessCommandInteraction → CommandInteraction
- def id: InteractionId
- Definition Classes
- Interaction
- def interactionInvocationInfo: InteractionInvocationInfo
- Definition Classes
- CommandInteraction → Interaction
- def optCache: Option[CacheSnapshot]
- Definition Classes
- StatelessCommandInteraction → 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