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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def args: A
    Definition Classes
    CommandInteraction
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def channelId: TextChannelId
    Definition Classes
    Interaction
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. def commandId: CommandId
    Definition Classes
    CommandInteraction
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def id: InteractionId
    Definition Classes
    Interaction
  14. def interactionInvocationInfo: InteractionInvocationInfo
    Definition Classes
    CommandInteractionInteraction
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. def optCache: Option[CacheSnapshot]
    Definition Classes
    CacheInteractionInteraction
  20. def optGuild: Option[GatewayGuild]
  21. def optGuildId: Option[GuildId]
    Definition Classes
    Interaction
  22. def optMember: Option[GuildMember]
    Definition Classes
    Interaction
  23. def optMemberPermissions: Option[Permission]
    Definition Classes
    Interaction
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def token: String
    Definition Classes
    Interaction
  27. def user: User
    Definition Classes
    Interaction
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. def webhookId: SnowflakeType[Webhook]
    Definition Classes
    Interaction

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from GuildInteraction

Inherited from ResolvedCommandInteraction[A]

Inherited from ResolvedInteraction

Inherited from CacheCommandInteraction[A]

Inherited from CommandInteraction[A]

Inherited from CacheInteraction

Inherited from Interaction

Inherited from AnyRef

Inherited from Any

Ungrouped