Date this member joined
Whether this member has been banned
Readonly
clientIdentifier of this structrure
Whether this member owns the server
Whether this member has been kicked
The nickname for this member
Bare data of this structure
Roles this member has by ID (TODO: role object when Guilded API has one)
Readonly
serverThe ID of the server this role belongs to
Cached social links of this member
Either the nickname or the username associated with this member.
The nickname of this member or their username if they have no nickname, or null if the user does not exist.
The username of this member.
The username of this member or null if the user is not cached.
Taken from https://github.com/discordjs/discord.js/blob/8e8d9b490a71de6cabe6f16375d7549a7c5c3737/src/structures/Base.js#L20 Licensed under the Apache License 2.0 https://github.com/discordjs/discord.js/blob/8e8d9b490a71de6cabe6f16375d7549a7c5c3737/LICENSE
Generated using TypeDoc
The base of all structures in this library. All structures that have an ID will extend this class.