Skip to main content

APIGuildMember

Index

Properties

optionalavatar

avatar?: string

optionalcommunication_disabled_until

communication_disabled_until?: string

When the user’s timeout will expire and the user will be able to communicate in the guild again, null or a time in the past if the user is not timed out

@see

deaf

deaf: boolean

Whether the user is deafened in voice channels

flags

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

@see

joined_at

joined_at: string

When the user joined the guild

mute

mute: boolean

Whether the user is muted in voice channels

optionalnick

nick?: string

This user’s guild nickname

optionalpending

pending?: boolean

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

@see

optionalpermissions

permissions?: string

Total permissions of the member in the channel, including overwrites, returned when in the interaction object

optionalpremium_since

premium_since?: string

roles

roles: string[]

optionaluser

user?: APIUser

The user this guild member represents