Enumeration ApplicationFlags

Enumeration Members

ApplicationAutoModerationRuleCreateBadge: 64

Indicates if an app uses the Auto Moderation API

ApplicationCommandBadge: 8388608

Indicates if an app has registered global application commands

Embedded: 131072

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

EmbeddedFirstParty: 1048576

Unstable

This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.

EmbeddedIAP: 8

Unstable

This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.

EmbeddedReleased: 2

Unstable

This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.

GatewayGuildMembers: 16384

Intent required for bots in 100 or more servers to receive member-related events like guild_member_add. See list of member-related events under GUILD_MEMBERS

GatewayGuildMembersLimited: 32768

Intent required for bots in under 100 servers to receive member-related events like guild_member_add, found in Bot Settings. See list of member-related events under GUILD_MEMBERS

GatewayMessageContent: 262144

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

GatewayMessageContentLimited: 524288

Intent required for bots in under 100 servers to receive message content, found in Bot Settings

GatewayPresence: 4096

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

GatewayPresenceLimited: 8192

Intent required for bots in under 100 servers to receive presence_update events, found in Bot Settings

GroupDMCreate: 16

Unstable

This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.

ManagedEmoji: 4

Unstable

This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.

RPCHasConnected: 2048

Unstable

This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.

VerificationPendingGuildLimit: 65536

Indicates unusual growth of an app that prevents verification

Generated using TypeDoc