c

ackcord.interactions

StatelessCommandInteraction

case class StatelessCommandInteraction[A](commandInvocationInfo: CommandInvocationInfo[A]) extends CommandInteraction[A] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatelessCommandInteraction
  2. Serializable
  3. Product
  4. Equals
  5. CommandInteraction
  6. Interaction
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StatelessCommandInteraction(commandInvocationInfo: CommandInvocationInfo[A])

Value Members

  1. def args: A
    Definition Classes
    CommandInteraction
  2. def channelId: TextChannelId
    Definition Classes
    Interaction
  3. def commandId: CommandId
    Definition Classes
    CommandInteraction
  4. val commandInvocationInfo: CommandInvocationInfo[A]
  5. def id: InteractionId
    Definition Classes
    Interaction
  6. def interactionInvocationInfo: InteractionInvocationInfo
    Definition Classes
    CommandInteractionInteraction
  7. def optCache: Option[CacheSnapshot]
  8. def optGuildId: Option[GuildId]
    Definition Classes
    Interaction
  9. def optMember: Option[GuildMember]
    Definition Classes
    Interaction
  10. def optMemberPermissions: Option[Permission]
    Definition Classes
    Interaction
  11. def productElementNames: Iterator[String]
    Definition Classes
    Product
  12. def token: String
    Definition Classes
    Interaction
  13. def user: User
    Definition Classes
    Interaction
  14. def webhookId: SnowflakeType[Webhook]
    Definition Classes
    Interaction