Enum ApplicationFlags
Represents additional details of an application.
Namespace: DisCatSharp
Assembly: DisCatSharp.dll
Syntax
[Flags]
public enum ApplicationFlags
Fields
Name | Description |
---|---|
Embedded | The application is embedded. |
EmbeddedFirstParty | Related to embedded applications. |
EmbeddedReleased | The application is embedded and can be used by users. This was introdruced to avoid users using in-dev apps. |
GatewayGuildMembers | The application can track guild members. |
GatewayGuildMembersLimited | The application can track guild members (limited). |
GatewayMessageContent | The application can track message content. |
GatewayMessageContentLimited | The application can track message content (limited). |
GatewayPresence | The application can track presence data. |
GatewayPresenceLimited | The application can track presence data (limited). |
GroupDmCreate | The application can create group dms. |
ManagedEmoji | The application is a managed emoji. |
RpcHasConnected | The application has connected to RPC. |
VerificationPendingGuildLimit | The application can track pending guild member verifications (limited). |