GuildMemberEditOptions

export interface GuildMemberEditOptions
export interface GuildMemberEditOptions
The data for editing a guild member.
Channel to move the member to (if they are connected to voice), or null if you want to disconnect them from voice
communicationDisabledUntil?:DateResolvable | null
The date or timestamp for the member's communication to be disabled until. Provide null to enable communication again.
deaf?:boolean
Whether or not the member should be deafened
The flags to set for the member
mute?:boolean
Whether or not the member should be muted
nick?:string | null
The nickname to set for the member
reason?:string
Reason for editing this user
The roles or role ids to apply