Table of Contents

Enum ApplicationFlags

Namespace
NetCord
Assembly
NetCord.dll
[Flags]
public enum ApplicationFlags : uint

Fields

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.

EmbeddedFirstParty = 1048576

Undocumented.

EmbeddedIAP = 8

Undocumented.

EmbeddedReleased = 2

Undocumented.

GatewayGuildUsers = 16384

Intent required for bots in 100 or more servers to receive guild user-related events like GuildUserAdd.

GatewayGuildUsersLimited = 32768

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

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 on the Bot page in your app's settings.

GatewayPresence = 4096

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

GatewayPresenceLimited = 8192

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

GroupDMCreate = 16

Undocumented.

ManagedEmoji = 4

Undocumented.

RPCHasConnected = 2048

Undocumented.

VerificationPendingGuildLimit = 65536

Indicates unusual growth of an app that prevents verification.