t

ackcord.interactions

CacheInteraction

trait CacheInteraction extends Interaction

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

Abstract Value Members

  1. abstract def cache: CacheSnapshot
  2. abstract def interactionInvocationInfo: InteractionInvocationInfo
    Definition Classes
    Interaction

Concrete Value Members

  1. def channelId: TextChannelId
    Definition Classes
    Interaction
  2. def id: InteractionId
    Definition Classes
    Interaction
  3. def optCache: Option[CacheSnapshot]
    Definition Classes
    CacheInteractionInteraction
  4. def optGuildId: Option[GuildId]
    Definition Classes
    Interaction
  5. def optMember: Option[GuildMember]
    Definition Classes
    Interaction
  6. def optMemberPermissions: Option[Permission]
    Definition Classes
    Interaction
  7. def token: String
    Definition Classes
    Interaction
  8. def user: User
    Definition Classes
    Interaction
  9. def webhookId: SnowflakeType[Webhook]
    Definition Classes
    Interaction