new ServerMemberResult()
ServerMemberResult is defining the structure of informations returned with a user when searching into the members of this server.
Properties:
Name | Type | Description |
---|---|---|
server |
Server | Server where the information about the user is coming from. |
user |
User | Corresponding User object. |
username |
string | Curse username. |
nickname |
string | Nickname of the user on this server, if set. |
bestRole |
Role | Role corresponding to the best role of the user on this server. |
roles |
array | Array of Role to which the user is member of on this server. |
dateJoined |
number | Server timestamp when the user joined this server. |
connectionStatus |
number | |
dateLastSeen |
number | Server timestamp when the user was last seen (connected). |
dateLastActive |
number | Server timestamp when the user was last active. |
dateRemoved |
number | |
isActive |
boolean | True if the user is active. |
currentGameID |
number | ID of the current played game by the user. |
isVoiceMuted |
boolean | |
isVoiceDeafened |
boolean | |
avatarTimestamp |
number | |
isVerified |
boolean | |
isBanned |
boolean |
- Source: