Enum ApplicationFlags
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents public flags for an application.
[Flags]
public enum ApplicationFlags
Fields
ActiveApplication = 16777216Indicates if an app is considered active.
ApplicationCommandBadge = 8388608Indicates if an app has registered global application commands.
Embedded = 131072Indicates if an app is embedded within the Discord client.
GatewayGuildMembers = 16384Indicates that the app has been verified to use GUILD_MEMBERS intent.
GatewayGuildMembersLimited = 32768Indicates that the app has enabled the GUILD_MEMBERS intent on a bot in less than 100 servers.
GatewayMessageContent = 262144Indicates that the app has been verified to use MESSAGE_CONTENT intent.
GatewayMessageContentLimited = 524288Indicates that the app has enabled the MESSAGE_CONTENT intent on a bot in less than 100 servers.
GatewayPresence = 4096Indicates that the app has been verified to use GUILD_PRESENCES intent.
GatewayPresenceLimited = 8192Indicates that the app has enabled the GUILD_PRESENCES intent on a bot in less than 100 servers.
UsesAutoModApi = 64Indicates if an app uses the Auto Moderation API.
VerificationPendingGuildLimit = 65536Indicates unusual growth of an app that prevents verification.