Enum DiscordApplicationFlags
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Represents flags for a discord application.
public enum DiscordApplicationFlags
- Extension Methods
Fields
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 that the application is a voice channel application.
GatewayGuildMembers = 16384
Indicates that the application is approved for the GuildMembers intent.
GatewayGuildMembersLimited = 32768
Indicates that the application is awaiting approval for the GuildMembers intent.
GatewayMessageContent = 262144
The application can track message content.
GatewayMessageContentLimited = 524288
The application can track message content (limited).
GatewayPresence = 4096
Indicates that the application is approved for the GuildPresences intent.
GatewayPresenceLimited = 8192
Indicates that the application is awaiting approval for the GuildPresences intent.
VerificationPendingGuildLimit = 65536
Indicates that the application is awaiting verification.