interface UpdateVoiceStateimport { type UpdateVoiceState } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.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