Types

Link copied to clipboard

Indicates if an app uses the Auto Moderation API.

Link copied to clipboard

Indicates if an app has registered global application commands.

Link copied to clipboard
object Companion
Link copied to clipboard

Indicates if an app is embedded within the Discord client (currently unavailable publicly).

Link copied to clipboard

Intent required for bots in 100 or more servers to receive member-related events like GuildMemberAdd.

Link copied to clipboard

Intent required for bots in under 100 servers to receive member-related events like GuildMemberAdd, found on the Bot page in your app's settings.

Link copied to clipboard

Intent required for bots in 100 or more servers to receive message content.

Link copied to clipboard

Intent required for bots in under 100 servers to receive message content, found on the Bot page in your app's settings.

Link copied to clipboard

Intent required for bots in 100 or more servers to receive PresenceUpdate events.

Link copied to clipboard

Intent required for bots in under 100 servers to receive PresenceUpdate events, found on the Bot page in your app's settings.

Link copied to clipboard
Link copied to clipboard

Indicates unusual growth of an app that prevents verification.

Properties

Link copied to clipboard
val code: Int

The raw code used by Discord.

Link copied to clipboard
val shift: Int

The position of the bit that is set in this ApplicationFlag. This is always in 0..30.

Functions

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

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

operator fun plus(flags: ApplicationFlags): ApplicationFlags

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

Link copied to clipboard
override fun toString(): String