interface APIBaseGuildMember {
    avatar_decoration_data?: null | APIAvatarDecorationData;
    communication_disabled_until?: null | string;
    nick?: null | string;
    pending?: boolean;
    premium_since?: null | string;
    roles: string[];
}

Hierarchy (View Summary)

Properties

avatar_decoration_data?: null | APIAvatarDecorationData

The data for the member's guild avatar decoration

communication_disabled_until?: null | string

Timestamp of when the time out will be removed; until then, they cannot interact with 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.

premium_since?: null | string

When the user started boosting the guild

roles: string[]

Array of role object ids