object GatewayIntents
- Source
- package.scala
- Alphabetic
- By Inheritance
- GatewayIntents
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- abstract type GatewayIntents
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val All: GatewayIntents
- val AllNonPrivileged: GatewayIntents
- val DirectMessageTyping: GatewayIntents
Allows you to receive.
Allows you to receive. - ackcord.gateway.GatewayEvent.TypingStart
- val DirectMessages: GatewayIntents
Allows you to receive.
- val DirectMessagesReactions: GatewayIntents
Allows you to receive.
- val GuildBans: GatewayIntents
Allows you to receive.
Allows you to receive. - ackcord.gateway.GatewayEvent.GuildBanAdd - ackcord.gateway.GatewayEvent.GuildBanRemove
- val GuildEmojis: GatewayIntents
Allows you to receive.
Allows you to receive. - ackcord.gateway.GatewayEvent.GuildEmojisUpdate
- val GuildIntegrations: GatewayIntents
Allows you to receive.
Allows you to receive. - ackcord.gateway.GatewayEvent.GuildIntegrationsUpdate
- val GuildInvites: GatewayIntents
Allows you to receive.
Allows you to receive. - ackcord.gateway.GatewayEvent.InviteCreate - ackcord.gateway.GatewayEvent.InviteDelete
- val GuildMembers: GatewayIntents
Allows you to receive.
- val GuildMessageReactions: GatewayIntents
Allows you to receive.
- val GuildMessageTyping: GatewayIntents
Allows you to receive.
Allows you to receive. - ackcord.gateway.GatewayEvent.TypingStart
- val GuildMessages: GatewayIntents
Allows you to receive.
- val GuildPresences: GatewayIntents
Allows you to receive.
Allows you to receive. - ackcord.gateway.GatewayEvent.PresenceUpdate
- val GuildVoiceStates: GatewayIntents
Allows you to receive.
Allows you to receive. - ackcord.gateway.GatewayEvent.VoiceStateUpdate
- val GuildWebhooks: GatewayIntents
Allows you to receive.
Allows you to receive. - ackcord.gateway.GatewayEvent.WebhookUpdate
- val Guilds: GatewayIntents
Allows you to receive.
Allows you to receive. - ackcord.gateway.GatewayEvent.GuildCreate - ackcord.gateway.GatewayEvent.GuildDelete - ackcord.gateway.GatewayEvent.GuildRoleCreate - ackcord.gateway.GatewayEvent.GuildRoleUpdate - ackcord.gateway.GatewayEvent.GuildRoleDelete - ackcord.gateway.GatewayEvent.ChannelCreate - ackcord.gateway.GatewayEvent.ChannelUpdate - ackcord.gateway.GatewayEvent.ChannelDelete - ackcord.gateway.GatewayEvent.ChannelPinsUpdate
- val None: GatewayIntents
- def apply(flags: GatewayIntents*): GatewayIntents
Create a UserFlag that has all the flags passed in.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromInt(int: Int): GatewayIntents
Create a UserFlag from an int.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()