Creates the structure for a guild member.
The client instance.
The raw member data from Discord.
Additional options for the member.
The id of the guild that the member belongs to.
Optional
nocache?: booleanWhether this member should be cached.
Optional
user?: UserA user object for this member.
The id of the member.
The hash of the member's avatar, as it was received from Discord.
Whether the user has an animated avatar or not.
The url of the member's avatar.
The url of the member's avatar without falling back to the user's avatar.
The flags for this user.
The guild that this member belongs to.
The id of the guild that this member belongs to.
The hash name for the member.
The position of the member's highest role.
The id of the member.
The UNIX timestamp for when this member joined the guild.
The mention string for the member.
The nickname of the member.
Whether the user has not yet passed the guild's membership screening requirements.
The overall calculated permissions for this member.
Whether the member has joined the guild before.
The member's roles.
The UNIX timestamp for when this member's timeout expires, if applicable.
Updates the member's roles.
An array of role ids for the roles the member should be updated with.
Optional
options: { reason?: string } = {}The options for updating the member's roles.
Optional
reason?: stringThe reason for updating the member's roles.
Removes a role from the member.
The id of the role to remove from the member.
Optional
options: { reason?: string } = {}The options for removing the role from the member.
Optional
reason?: stringThe reason for removing the role from the member.
Adds a timeout to the member.
The UNIX timestamp for when the member's timeout should end.
Optional
options: { reason?: string } = {}The options for timing out the member.
Optional
reason?: stringThe reason for timing out the member.
Returns the JSON representation of this structure.
Optional
format: JsonTypesThe format to return the data in.
Static
addAdds a role to a member.
The client instance.
The guild id the member belongs to.
The id of the member who the action is occuring on.
The id of the role to add.
Optional
options: { reason?: string } = {}The options for adding the role.
Optional
reason?: stringThe reason for adding the role.
Static
decryptDecrypts a member.
The client instance.
The encrypted message data.
The id of the guild that the message belongs to.
The id of the member.
Static
getStatic
getReturns the hash name for the message.
The id of the guild that the message belongs to.
The id of the member.
Static
getStatic
removeRemoves a role from a member.
The client instance.
The guild id the member belongs to.
The id of the member who the action is occuring on.
The id of the role to remove.
Optional
options: { reason?: string } = {}The options for removing the role.
Optional
reason?: stringThe reason for removing the role.
Static
should
Represents a guild member.
See
https://discord.com/developers/docs/resources/guild#guild-member-object-guild-member-structure