Discord::UserFlags
Inherits Enum / Comparable / Value / Object
Constants
DiscordEmployee = 1_u32
PartneredServerOwner = 2_u32
HypeSquadEvents = 4_u32
BugHunterLevel1 = 8_u32
HouseBravery = 64_u32
HouseBrilliance = 128_u32
HouseBalance = 256_u32
EarlySupporter = 512_u32
TeamUser = 1024_u32
System = 4096_u32
BugHunterLevel2 = 16384_u32
VerifiedBot = 65536_u32
EarlyVerifiedBotDeveloper = 131072_u32
None = 0_u32
All = 219087_u32
Constructors
new(pull : JSON::PullParser)
SourceInstance methods
early_verified_bot_developer?
Returns true if this enum value contains EarlyVerifiedBotDeveloper
none?
Source