t

ackcord.interactions

ResolvedInteraction

trait ResolvedInteraction extends CacheInteraction

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResolvedInteraction
  2. CacheInteraction
  3. Interaction
  4. AnyRef
  5. 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 interactionInvocationInfo: InteractionInvocationInfo
    Definition Classes
    Interaction
  3. abstract def optGuild: Option[GatewayGuild]
  4. abstract def textChannel: TextChannel

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