The server the member belongs to.
The raw data of the server member.
Optional
cache: booleanWhether to cache the server member.
Readonly
clientReadonly
idOptional
Readonly
isWhether the server member is the server owner.
Optional
Readonly
joinedThe date the member joined the server.
Optional
nicknameThe nickname of the server member.
Readonly
rawThe IDs of roles the server member has.
Readonly
rolesThe manager of roles that belong to the server member.
Readonly
serverReadonly
socialThe social links of the server member.
Readonly
userThe user the server member belongs to.
Whether the server member is cached.
The timestamp the member joined the server.
Fetch the server member.
The fetched server member.
member.fetch();
Optional
options: FetchOptionsThe options to fetch the server member with.
Fetch a social link of the server member.
The fetched social link.
member.fetchSocialLink('youtube');
The type of social link to fetch.
Kick the server member.
The kicked member.
member.kick();
Remove the nickname of the server member.
The edited server member.
member.removeNickname();
Set the nickname of the server member.
The edited server member.
member.setNickname('new nickname');
The nickname of the server member.
Unban the server member.
The unbanned member.
member.unban();
Represents a server member on Guilded.
Example