c

ackcord.interactions

BaseCacheCommandInteraction

case class BaseCacheCommandInteraction[A](commandInvocationInfo: CommandInvocationInfo[A], cache: CacheSnapshot) extends CacheCommandInteraction[A] with Product with Serializable

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

Instance Constructors

  1. new BaseCacheCommandInteraction(commandInvocationInfo: CommandInvocationInfo[A], cache: CacheSnapshot)

Value Members

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