Interface

GuildMemberEditOptions

Fields to update on a guild member (nick, roles, profile, voice/timeout state).

Properties

accentColor?: number | null
avatar?: string | null
bio?: string | null
channelId?: string | null
communicationDisabledUntil?: string | null
connectionId?: string | null
deaf?: boolean
mute?: boolean
nick?: string | null
profileFlags?: number | null
pronouns?: string | null
roles?: string[]
timeoutReason?: string | null