User

Undocumented in source.

Members

Functions

defaultAvatarColor
DefaultAvatarColor defaultAvatarColor()

Undocumented in source. Be warned that the author may not have intended to support it.

getAvatarURL
string getAvatarURL(string fmt, size_t size)

Undocumented in source. Be warned that the author may not have intended to support it.

toString
string toString()

Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Model

Undocumented in source.

Variables

avatar
string avatar;

A URL pointing to the user's avatar

discriminator
string discriminator;

The user's unique four digit discriminator

email
string email;

The user's email, if the account is linked with one

id
Snowflake id;

The user's ID

username
string username;

The user's username

verified
bool verified;

A boolean representing whether the user is verified

Mixed In Members

From mixin Model

Meta