User

represents a single pastemyst user

Members

Variables

avatarUrl
string avatarUrl;

url of their avatar image

contributor
bool contributor;

if the user is a contributor to pastemyst

defaultLang
string defaultLang;

their default language

id
string id;

id of the user

publicProfile
bool publicProfile;

if they have a public profile

supporterLength
uint supporterLength;

how long has the user been a supporter for, 0 if not a supporter

username
string username;

username of the user

Meta