object GatewayIntents
- Source
- gateway.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GatewayIntents
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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.
- 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.
- val GuildEmojisAndStickers: GatewayIntents
Allows you to receive.
- val GuildIntegrations: GatewayIntents
Allows you to receive.
Allows you to receive.
- val GuildInvites: GatewayIntents
Allows you to receive.
Allows you to receive.
- 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.
- val GuildMessages: GatewayIntents
Allows you to receive.
- val GuildPresences: GatewayIntents
Allows you to receive.
Allows you to receive.
- val GuildScheduledEvents: GatewayIntents
Allows you to receive.
Allows you to receive.
- ackcord.gateway.GatewayEvent.GuildScheduledEventCreate
- ackcord.gateway.GatewayEvent.GuildScheduledEventUpdate
- ackcord.gateway.GatewayEvent.GuildScheduledEventDelete
- GUILD_SCHEDULED_EVENT_USER_ADD (Unimplemented because experimental)
- GUILD_SCHEDULED_EVENT_USER_REMOVE (Unimplemented because experimental)
- val GuildVoiceStates: GatewayIntents
Allows you to receive.
Allows you to receive.
- val GuildWebhooks: GatewayIntents
Allows you to receive.
Allows you to receive.
- 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() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromInt(int: Int): GatewayIntents
Create a UserFlag from an int.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])