Whether or not the user is deafened in voice channels.
Whether the member was kicked.
The Guild this member belongs to.
The member's ID.
When the user joined the guild.
Whether or not the user is muted in voice channels.
This user's guild nickname.
When the user started boosting the guild.
The roles this member has.
Whether or not the client user can manage this member. This is based on:
true
when any of the conditions are met, null
when the client user's member is not
cached (or when {@link Client#user} is null), or false
otherwise.
Whether or not the client user can ban this member.
null
when the client user's member is not cached (or when {@link Client#user} is null),
or a boolean specifying whether or not the conditions are met.
The Date when this object was created at
The time when this object was created at
The displayed name for the member
Whether or not the client user can kick this member.
null
when the client user's member is not cached (or when {@link Client#user} is null),
or a boolean specifying whether or not the conditions are met.
Whether or not the client user can manage the member's nickname.
null
when the client user's member is not cached (or when {@link Client#user} is null),
or a boolean specifying whether or not the conditions are met.
Whether or not the client user can manage the member's roles.
null
when the client user's member is not cached (or when {@link Client#user} is null),
or a boolean specifying whether or not the conditions are met.
The calculated permissions from the member's roles.
The user for this member
The voiceState for the member
Basic clone method
Kicks a member from the guild.
The additional request options.
Modifies the settings for the member.
The settings to be set.
The additional request options.
Checks permissions for this member in a given channel.
The channel to check permissions in
If we should take into account guild scoped permissions, or just overwrites
The JSON representation of this object.
Defines toString behavior for members.
The basic value of this Structure
Generated using TypeDoc
https://discord.com/developers/docs/resources/guild#guild-member-object