o

ackcord.gateway

GatewayIntents

object GatewayIntents

Source
gateway.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GatewayIntents
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type GatewayIntents

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. val All: GatewayIntents
  5. val AllNonPrivileged: GatewayIntents
  6. val DirectMessageTyping: GatewayIntents

    Allows you to receive.

  7. val DirectMessages: GatewayIntents

    Allows you to receive.

  8. val DirectMessagesReactions: GatewayIntents

    Allows you to receive.

  9. val GuildBans: GatewayIntents

    Allows you to receive.

  10. val GuildEmojisAndStickers: GatewayIntents

    Allows you to receive.

  11. val GuildIntegrations: GatewayIntents

    Allows you to receive.

  12. val GuildInvites: GatewayIntents

    Allows you to receive.

  13. val GuildMembers: GatewayIntents

    Allows you to receive.

  14. val GuildMessageReactions: GatewayIntents

    Allows you to receive.

  15. val GuildMessageTyping: GatewayIntents

    Allows you to receive.

  16. val GuildMessages: GatewayIntents

    Allows you to receive.

  17. val GuildPresences: GatewayIntents

    Allows you to receive.

  18. val GuildScheduledEvents: GatewayIntents

    Allows you to receive.

    Allows you to receive.

  19. val GuildVoiceStates: GatewayIntents

    Allows you to receive.

  20. val GuildWebhooks: GatewayIntents

    Allows you to receive.

  21. val Guilds: GatewayIntents

    Allows you to receive.

  22. val None: GatewayIntents
  23. def apply(flags: GatewayIntents*): GatewayIntents

    Create a UserFlag that has all the flags passed in.

  24. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  25. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  28. def fromInt(int: Int): GatewayIntents

    Create a UserFlag from an int.

  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped