Enum DiscordUserFlags
Represents a discord User Flags API model. Docs: https://discord.com/developers/docs/resources/user#user-object-user-flags
Namespace: Color_Chan.Discord.Core.Common.API.DataModels
Assembly: Color-Chan.Discord.Core.dll
Syntax
[Flags]
public enum DiscordUserFlags
Fields
Name | Description |
---|---|
BotHttpInteractions | Bot uses only HTTP interactions and is shown in the online member list. |
BugHunterLevel1 | Flag given to users who have participated in the report program and are level 1. |
BugHunterLevel2 | Flag given to users who have participated in the report program and are level 2. |
DiscordCertifiedModerator | Flag given to users that are discord certified moderators who has give discord's exam. |
EarlySupporter | Flag given to users who subscribed to Nitro before games were added. |
EarlyVerifiedBotDeveloper | Flag given to users that developed bots and early verified their accounts. |
HypeSquadBalance | Flag given to users who are in the HypeSquad House of Balance. |
HypeSquadBravery | Flag given to users who are in the HypeSquad House of Bravery. |
HypeSquadBrilliance | Flag given to users who are in the HypeSquad House of Brilliance. |
HypeSquadEvents | Flag given to users in HypeSquad events. |
None | Default value for flags, when none are given to an account. |
Partner | Flag given to users who are owners of a partnered Discord server. |
Staff | Flag given to users who are a Discord employee. |
System | Flag given to users who represent Discord (System). |
TeamUser | Flag given to users who are part of a team. |
VerifiedBot | Flag given to users who are verified bots. |