Interface
APIGuildMember
Guild member from GET /guilds/{guild_id}/members or GET /guilds/{guild_id}/members/{user_id}.
Properties
accent_color
?: number | nullGuild-specific accent color as RGB integer.
avatar
?: string | nullGuild-specific avatar hash.
communication_disabled_until
?: string | nullISO-8601 timestamp until the member is timed out.
deaf
?: booleanWhether the member is server deafened.
joined_at
: stringISO-8601 timestamp when the member joined.
mute
?: booleanWhether the member is server muted.
nick
?: string | nullGuild nickname.
profile_flags
?: number | nullGuildMemberProfileFlags bitfield.
roles
: Snowflake[]Role IDs assigned to this member.
user
: APIUserPartialUser object for this member.