import { type ModifyGuildMember } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.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