Table of Contents

Enum ApplicationFlags

Namespace
NetCord
Assembly
NetCord.dll

Specifies the capabilities and status of an application.

[Flags]
public enum ApplicationFlags : uint

Fields

Active = 16777216

Indicates if an application is considered active.

AllowActivityActionJoinRequest = 1024

Indicates if an application is allowed to enable join requests for activities.

AllowActivityActionSpectate = 512

Indicates if an application is allowed to enable activity spectating.

AllowAssets = 256

Indicates if an application is allowed to create activity assets.

ApplicationAutoModerationRuleCreateBadge = 64

Indicates if an application uses the Auto Moderation API.

ApplicationCommandBadge = 8388608

Indicates if an application has registered global application commands.

Embedded = 131072

Indicates if an application is embedded within the Discord client.

EmbeddedFirstParty = 1048576

Indicates a first-party embedded application.

EmbeddedInAppPurchases = 8

Indicates that an embedded application has the ability to create in-application purchases.

EmbeddedReleased = 2

Indicates if an embedded application is available to play.

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 application'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 application'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 application's settings.

GroupDMCreate = 16

Indicates if an application has permission to create group DMs.

IFrameModal = 67108864

Indiciates if an application is allowed to use IFrame modals.

ManagedEmoji = 4

Indicates if an application has the ability to create twitch-style emoji.

RpcHasConnected = 2048

Indiicates whether an application has ever accessed the local RPC server.

RpcPrivateBeta = 32

Indicates if an application has access to the local RPC server.

VerificationPendingGuildLimit = 65536

Indicates unusual growth of an application that prevents verification.