interface UpdateVoiceStateimport { type UpdateVoiceState } from "https://deno.land/x/discordeno@17.0.1/helpers/mod.ts"; https://discord.com/developers/docs/topics/gateway#update-voice-state PropertiesguildId: stringid of the guild channelId: string | nullid of the voice channel client wants to join (null if disconnecting) selfMute: booleanIs the client muted selfDeaf: booleanIs the client deafened