Enum ApplicationFlags
- Namespace
- NetCord
- Assembly
- NetCord.dll
[Flags]
public enum ApplicationFlags : uint
Fields
ApplicationAutoModerationRuleCreateBadge = 64Indicates if an app uses the Auto Moderation API.
ApplicationCommandBadge = 8388608Indicates if an app has registered global application commands.
Embedded = 131072Indicates if an app is embedded within the Discord client.
EmbeddedFirstParty = 1048576Undocumented.
EmbeddedIAP = 8Undocumented.
EmbeddedReleased = 2Undocumented.
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 app'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 app'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 app's settings.
GroupDMCreate = 16Undocumented.
ManagedEmoji = 4Undocumented.
RPCHasConnected = 2048Undocumented.
VerificationPendingGuildLimit = 65536Indicates unusual growth of an app that prevents verification.