Enum UserProperties
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
[Flags]
public enum UserProperties
Fields
ActiveDeveloper = 4194304Flag given to users that are active developers.
BotHTTPInteractions = 524288Flag given to bots that use only outgoing webhooks, exclusively.
BugHunterLevel1 = 8Flag given to users who have participated in the bug report program and are level 1.
BugHunterLevel2 = 16384Flag given to users who have participated in the bug report program and are level 2.
DiscordCertifiedModerator = 262144Flag given to users that are discord certified moderators who has give discord's exam.
EarlySupporter = 512Flag given to users who subscribed to Nitro before games were added.
EarlyVerifiedBotDeveloper = 131072Flag given to users that developed bots and early verified their accounts.
HypeSquadBalance = 256Flag given to users who are in the HypeSquad House of Balance.
HypeSquadBravery = 64Flag given to users who are in the HypeSquad House of Bravery.
HypeSquadBrilliance = 128Flag given to users who are in the HypeSquad House of Brilliance.
HypeSquadEvents = 4Flag given to users in HypeSquad events.
None = 0Default value for flags, when none are given to an account.
Partner = 2Flag given to users who are owners of a partnered Discord server.
Staff = 1Flag given to users who are a Discord employee.
System = 4096Flag given to users who represent Discord (System).
TeamUser = 1024Flag given to users who are part of a team.
VerifiedBot = 65536Flag given to users who are verified bots.