import { type ModifyGuildMember } from "https://deno.land/x/discordeno@17.0.1/helpers/members/editMember.ts";
Properties
optional
roles: BigString[] | nullArray of role ids the member is assigned. Requires the MANAGE_ROLES
permission
Whether the user is muted in voice channels. Will throw a 400 if the user is not in a voice channel. Requires the MUTE_MEMBERS
permission
Whether the user is deafened in voice channels. Will throw a 400 if the user is not in a voice channel. Requires the MOVE_MEMBERS
permission
optional
channelId: BigString | nullId of channel to move user to (if they are connected to voice). Requires the MOVE_MEMBERS
permission