Enum ApplicationFlags
- Namespace
- NetCord
- Assembly
- NetCord.dll
Specifies the capabilities and status of an application.
[Flags]
public enum ApplicationFlags : uint
Fields
Active = 16777216Indicates if an application is considered active.
AllowActivityActionJoinRequest = 1024Indicates if an application is allowed to enable join requests for activities.
AllowActivityActionSpectate = 512Indicates if an application is allowed to enable activity spectating.
AllowAssets = 256Indicates if an application is allowed to create activity assets.
ApplicationAutoModerationRuleCreateBadge = 64Indicates if an application uses the Auto Moderation API.
ApplicationCommandBadge = 8388608Indicates if an application has registered global application commands.
Embedded = 131072Indicates if an application is embedded within the Discord client.
EmbeddedFirstParty = 1048576Indicates a first-party embedded application.
EmbeddedInAppPurchases = 8Indicates that an embedded application has the ability to create in-application purchases.
EmbeddedReleased = 2Indicates if an embedded application is available to play.
GatewayGuildUsers = 16384Intent required for bots in 100 or more servers to receive guild user-related events like GuildUserAdd.
GatewayGuildUsersLimited = 32768Intent 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 = 262144Intent required for bots in 100 or more servers to receive message content.
GatewayMessageContentLimited = 524288Intent required for bots in under 100 servers to receive message content, found on the Bot page in your application's settings.
GatewayPresence = 4096Intent required for bots in 100 or more servers to receive PresenceUpdate events.
GatewayPresenceLimited = 8192Intent required for bots in under 100 servers to receive PresenceUpdate events, found on the Bot page in your application's settings.
GroupDMCreate = 16Indicates if an application has permission to create group DMs.
IFrameModal = 67108864Indiciates if an application is allowed to use IFrame modals.
ManagedEmoji = 4Indicates if an application has the ability to create twitch-style emoji.
RpcHasConnected = 2048Indiicates whether an application has ever accessed the local RPC server.
RpcPrivateBeta = 32Indicates if an application has access to the local RPC server.
VerificationPendingGuildLimit = 65536Indicates unusual growth of an application that prevents verification.