Interface

APIGuildMember

Guild member from GET /guilds/{guild_id}/members or GET /guilds/{guild_id}/members/{user_id}.

Properties

accent_color?: number | null

Guild-specific accent color as RGB integer.

avatar?: string | null

Guild-specific avatar hash.

communication_disabled_until?: string | null

ISO-8601 timestamp until the member is timed out.

deaf?: boolean

Whether the member is server deafened.

joined_at: string

ISO-8601 timestamp when the member joined.

mute?: boolean

Whether the member is server muted.

nick?: string | null

Guild nickname.

premium_since?: string | null

ISO-8601 timestamp when the user started boosting this guild.

profile_flags?: number | null

GuildMemberProfileFlags bitfield.

roles: Snowflake[]

Role IDs assigned to this member.

User object for this member.