t

ackcord.interactions

CacheCommandInteraction

trait CacheCommandInteraction[A] extends CacheInteraction with CommandInteraction[A]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CacheCommandInteraction
  2. CommandInteraction
  3. CacheInteraction
  4. Interaction
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def cache: CacheSnapshot
    Definition Classes
    CacheInteraction
  2. abstract def commandInvocationInfo: CommandInvocationInfo[A]
    Definition Classes
    CommandInteraction

Concrete Value Members

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