User

Undocumented in source.

Members

Functions

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.

Properties

defaultAvatarColor
DefaultAvatarColor defaultAvatarColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

avatar
string avatar;

A URL pointing to the user's avatar

bot
bool bot;

True if the user is a bot application, otherwise false.

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

Meta