pastemyst.user

Undocumented in source.

Members

Functions

getUser
Nullable!User getUser(string username)

finds a user by their username, returns null if not found or if the user doesnt have a public profile set.

userExists
bool userExists(string username)

checks if a user exists

Structs

User
struct User

represents a single pastemyst user

Meta