interface APIInteractionDataResolvedGuildMember {
    avatar?: null | string;
    avatar_decoration_data?: null | APIAvatarDecorationData;
    banner?: null | string;
    communication_disabled_until?: null | string;
    flags: GuildMemberFlags;
    joined_at: null | string;
    nick?: null | string;
    pending?: boolean;
    permissions: string;
    premium_since?: null | string;
    roles: string[];
}

Hierarchy (View Summary)

Properties

avatar?: null | string

The member's guild avatar hash

avatar_decoration_data?: null | APIAvatarDecorationData

The data for the member's guild avatar decoration

banner?: null | string

The member's guild banner hash

communication_disabled_until?: null | string

Timestamp of when the time out will be removed; until then, they cannot interact with the guild

Guild member flags represented as a bit set

0

joined_at: null | string

When the user joined the guild

nick?: null | string

This users guild nickname

pending?: boolean

Whether the user has not yet passed the guild's Membership Screening requirements

If this field is not present, it can be assumed as false.

permissions: string
premium_since?: null | string

When the user started boosting the guild

roles: string[]

Array of role object ids