- Implemented types
-
- Implementers
Properties
-
accentColor
→ DiscordColor?
-
Color of the banner
read-only
-
avatar
→ String?
-
The user's avatar hash.
read-only
-
bannerHash
→ String?
-
Hash of user banner
read-only
-
bot
→ bool
-
True if bot or webhook
read-only, inherited
-
client
→ INyxx
-
Reference to client
read-only
-
createdAt
→ DateTime
-
Gets creation timestamp included in Snowflake
read-only, inherited
-
discriminator
→ int
-
User Discriminator. -1 if webhook
read-only, inherited
-
dmChannel
→ FutureOr<IDMChannel>
-
Gets the
DMChannel
for the user.
read-only
-
formattedDiscriminator
→ String
-
Formatted discriminator with leading zeros if needed
read-only
-
hashCode
→ int
-
The hash code for this object.
read-only, inherited
-
id
→ Snowflake
-
ID of entity as Snowflake
final, inherited
-
mention
→ String
-
Mention string of entity
read-only, inherited
-
nitroType
→ NitroType?
-
Premium types denote the level of premium a user has.
read-only
-
presence
→ Activity?
-
The member's presence.
read-only
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
status
→ IClientStatus?
-
The member's status.
offline
, online
, idle
, or dnd
.
read-only
-
system
→ bool
-
Whether the user is an Official Discord System user (part of the urgent message system)
read-only
-
tag
→ String
-
User tag:
l7ssha#6712
read-only, inherited
-
userFlags
→ IUserFlags?
-
Additional flags associated with user account. Describes if user has certain
features like joined into one of houses or is discord employee.
read-only
-
username
→ String
-
User name
read-only, inherited
Operators
-
operator ==(dynamic other)
→ bool
-
The equality operator.
inherited