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. val All: GatewayIntents
  2. val AllNonPrivileged: GatewayIntents
  3. val DirectMessageTyping: GatewayIntents

    Allows you to receive.

  4. val DirectMessages: GatewayIntents

    Allows you to receive.

  5. val DirectMessagesReactions: GatewayIntents

    Allows you to receive.

  6. val GuildBans: GatewayIntents

    Allows you to receive.

  7. val GuildEmojisAndStickers: GatewayIntents

    Allows you to receive.

  8. val GuildIntegrations: GatewayIntents

    Allows you to receive.

  9. val GuildInvites: GatewayIntents

    Allows you to receive.

  10. val GuildMembers: GatewayIntents

    Allows you to receive.

  11. val GuildMessageReactions: GatewayIntents

    Allows you to receive.

  12. val GuildMessageTyping: GatewayIntents

    Allows you to receive.

  13. val GuildMessages: GatewayIntents

    Allows you to receive.

  14. val GuildPresences: GatewayIntents

    Allows you to receive.

  15. val GuildScheduledEvents: GatewayIntents

    Allows you to receive.

    Allows you to receive.

  16. val GuildVoiceStates: GatewayIntents

    Allows you to receive.

  17. val GuildWebhooks: GatewayIntents

    Allows you to receive.

  18. val Guilds: GatewayIntents

    Allows you to receive.

  19. val None: GatewayIntents
  20. def apply(flags: GatewayIntents*): GatewayIntents

    Create a UserFlag that has all the flags passed in.

  21. def fromInt(int: Int): GatewayIntents

    Create a UserFlag from an int.