Enum DiscordApplicationFlags
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
Represents flags for a discord application.
public enum DiscordApplicationFlags
  - Extension Methods
 
Fields
ApplicationAutoModerationRuleCreateBadge = 64Indicates if an application uses the Auto Moderation API.
ApplicationCommandBadge = 8388608Indicates if an application has registered global application commands.
Embedded = 131072Indicates that the application is a voice channel application.
GatewayGuildMembers = 16384Indicates that the application is approved for the GuildMembers intent.
GatewayGuildMembersLimited = 32768Indicates that the application is awaiting approval for the GuildMembers intent.
GatewayMessageContent = 262144The application can track message content.
GatewayMessageContentLimited = 524288The application can track message content (limited).
GatewayPresence = 4096Indicates that the application is approved for the GuildPresences intent.
GatewayPresenceLimited = 8192Indicates that the application is awaiting approval for the GuildPresences intent.
VerificationPendingGuildLimit = 65536Indicates that the application is awaiting verification.