export interface RESTPatchAPIGuildMemberJSONBodySee also: https://discord.com/developers/docs/resources/guild#modify-guild-member
ID of channel to move user to (if they are connected to voice)Requires MOVE_MEMBERS permission
Timestamp of when the time out will be removed; until then, they cannot interact with the guild
Whether the user is deafened in voice channels. Will throw a 400 if the user is not in a voice channelRequires DEAFEN_MEMBERS permission
optionalexternalflags? : GuildMemberFlags | undefined
Guild member flags (only BypassesVerification can be set)
See also: https://discord.com/developers/docs/resources/guild#guild-member-object-guild-member-flags
Whether the user is muted in voice channels. Will throw a 400 if the user is not in a voice channelRequires MUTE_MEMBERS permission
Value to set users nickname toRequires MANAGE_NICKNAMES permission