export interface GuildMemberEditOptions
The data for editing a guild member.
optionalGuildVoiceChannelResolvable | null channel? :
Channel to move the member to (if they are connected to voice), or null
if you want to disconnect them from voice
optionalDateResolvable | null communicationDisabledUntil? :
The date or timestamp for the member's communication to be disabled until. Provide null
to enable communication again.
optionalboolean deaf? :
Whether or not the member should be deafened
optionalGuildMemberFlagsResolvable flags? :
The flags to set for the member
optionalboolean mute? :
Whether or not the member should be muted
optionalstring reason? :
Reason for editing this user
optionalReadonlyCollection<Snowflake, Role> | readonly RoleResolvable[] roles? :
The roles or role ids to apply