new ProfileData(mail, authProvider, url, gender, language, parentHostUrl, photo)
Represents a profile data location of User.
Used in user presence and can be received from WTAPI.Presence.
Parameters:
Name | Type | Description |
---|---|---|
mail |
string | |
authProvider |
string | |
url |
string | |
gender |
string | |
language |
string | |
parentHostUrl |
string | |
photo |
string |
Methods
getAuthProvider() → {*}
Returns the auth provider.
Returns:
- Type
- *
getGender() → {*}
Returns the gender.
Returns:
- Type
- *
getLanguage() → {*}
Returns the language.
Returns:
- Type
- *
getMail() → {*}
Returns the mail address of this profile data.
Returns:
- Type
- *
getParentHostUrl() → {*}
Returns the parent host url.
Returns:
- Type
- *
getPhoto() → {*}
Returns the photo url.
Returns:
- Type
- *
getUrl() → {*}
Returns the url.
Returns:
- Type
- *