UserFlags class

Additional flags associated with user account. Describes if user has certain features like joined into one of houses or is discord employee.

Properties

bugHunterLevel1 bool
True if user has level one of Bug Hunter badge
latefinal
bugHunterLevel2 bool
True if user has level two of Bug Hunter badge
latefinal
certifiedModerator bool
rue if user is Discord Certified Moderator
latefinal
discordEmployee bool
True if user is discord employee
latefinal
discordPartner bool
True if user is discord partner
latefinal
earlySupporter bool
True if user has Early Supporter badge
latefinal
earlyVerifiedBotDeveloper bool
True if user is Early Verified Bot Developer
latefinal
hashCode int
The hash code for this object.
no setterinherited
houseBalance bool
True if user has HypeSquad Balance badge
latefinal
houseBravery bool
True if user has HypeSquad Bravery badge
latefinal
houseBrilliance bool
True if user has HypeSquad Brilliance badge
latefinal
hypeSquadEvents bool
True if user has HypeSquad Events badge
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
system bool
If user is system user
latefinal
teamUser bool
TODO: ??
latefinal
verifiedBot bool
True if user is verified bot
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited