Types

Link copied to clipboard

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard
object Companion
Link copied to clipboard

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard
object Guilds : Intent

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard

Enables the following events:

Link copied to clipboard

MessageContent is a unique privileged intent that isn't directly associated with any Gateway events. Instead, access to MessageContent permits your app to receive message content data across the APIs.

Link copied to clipboard
class Unknown : Intent

An unknown Intent.

Properties

Link copied to clipboard

The raw code used by Discord.

Link copied to clipboard
val shift: Int

The position of the bit that is set in this Intent. This is always >= 0.

Functions

Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
operator fun plus(flag: Intent): Intents

Returns an instance of Intents that has all bits set that are set in this and flag.

operator fun plus(flags: Intents): Intents

Returns an instance of Intents that has all bits set that are set in this and flags.

Link copied to clipboard
override fun toString(): String