Information about an updated member.

Hierarchy

Constructors

Properties

client: Client

Client.

guildID: string

ID of the guild where the member came from.

memberID: string

ID of the member.

oldRoles: null | number[]

List of member's old roles. The value is null if the old roles aren't cached or if no role has been updated.

roles: null | number[]

List of member's roles. The value is null if no role has been updated.

socialLink: null | SocialLink

Created/updated user's social link.

updatedNickname: null | string

New member's nickname, if updated. The value is null if the new nickname is the same as the username, or if nickname hasn't been updated.

Accessors