t

ackcord.interactions

GuildCommandInteraction

trait GuildCommandInteraction[A] extends ResolvedCommandInteraction[A] with GuildInteraction

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GuildCommandInteraction
  2. GuildInteraction
  3. ResolvedCommandInteraction
  4. ResolvedInteraction
  5. CacheCommandInteraction
  6. CommandInteraction
  7. CacheInteraction
  8. Interaction
  9. AnyRef
  10. 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
  3. abstract def guild: GatewayGuild
    Definition Classes
    GuildInteraction
  4. abstract def member: GuildMember
    Definition Classes
    GuildInteraction
  5. abstract def memberPermissions: Permission
    Definition Classes
    GuildInteraction
  6. abstract def textChannel: TextGuildChannel

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