Skip to main content
Version: Next

APIInteractionDataResolvedGuildMember

Hierarchy

  • Omit<APIGuildMember, deaf | mute | user>
    • APIInteractionDataResolvedGuildMember

Index

Properties

optionalavatar

avatar?: null | string

The member’s guild avatar hash

optionalcommunication_disabled_until

communication_disabled_until?: null | string

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

flags

Guild member flags represented as a bit set, defaults to 0

joined_at

joined_at: string

When the user joined the guild

optionalnick

nick?: null | string

This users guild nickname

optionalpending

pending?: boolean

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

@remarks

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

permissions

permissions: string

optionalpremium_since

premium_since?: null | string

When the user started boosting the guild

roles

roles: string[]