t

ackcord.interactions

GuildInteraction

trait GuildInteraction extends ResolvedInteraction

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GuildInteraction
  2. ResolvedInteraction
  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 guild: GatewayGuild
  3. abstract def interactionInvocationInfo: InteractionInvocationInfo
    Definition Classes
    Interaction
  4. abstract def member: GuildMember
  5. abstract def memberPermissions: Permission
  6. abstract def textChannel: TextGuildChannel

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 optGuild: Option[GatewayGuild]
  5. def optGuildId: Option[GuildId]
    Definition Classes
    Interaction
  6. def optMember: Option[GuildMember]
    Definition Classes
    Interaction
  7. def optMemberPermissions: Option[Permission]
    Definition Classes
    Interaction
  8. def token: String
    Definition Classes
    Interaction
  9. def user: User
    Definition Classes
    Interaction
  10. def webhookId: SnowflakeType[Webhook]
    Definition Classes
    Interaction