Enum UserFlags
Represents additional details of a users account.
Namespace: DSharpPlus
Assembly: cs.temp.dll.dll
Syntax
public enum UserFlags
Fields
Name | Description |
---|---|
BugHunterLevelOne | The user reached the first bug hunter tier. |
BugHunterLevelTwo | The user reached the second bug hunter tier. |
DiscordEmployee | The user is a Discord employee. |
DiscordPartner | The user is a Discord partner. |
EarlySupporter | The user has the early supporter badge. |
HouseBalance | The user is a member of house balance. |
HouseBravery | The user is a member of house bravery. |
HouseBrilliance | The user is a member of house brilliance. |
HypeSquadEvents | The user has the HypeSquad badge. |
None | The user has no flags. |
System | Whether the user is an official system user. |
TeamUser | Whether the user is apart of a Discord developer team. |
VerifiedBot | The user is a verified bot. |
VerifiedBotDeveloper | The user is a verified bot developer. |