interface DiscordVoiceStateimport { type DiscordVoiceState } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; https://discord.com/developers/docs/resources/voice#voice-state-object-voice-state-structure Propertiessession_id: stringThe session id for this voice state optionalguild_id: stringThe guild id this voice state is for channel_id: string | nullThe channel id this user is connected to user_id: stringThe user id this voice state is for optionalmember: DiscordMemberWithUserThe guild member this voice state is for deaf: booleanWhether this user is deafened by the server mute: booleanWhether this user is muted by the server self_deaf: booleanWhether this user is locally deafened self_mute: booleanWhether this user is locally muted optionalself_stream: booleanWhether this user is streaming using "Go Live" self_video: booleanWhether this user's camera is enabled suppress: booleanWhether this user is muted by the current user request_to_speak_timestamp: string | nullThe time at which the user requested to speak import DiscordVoiceStateimport { DiscordVoiceState } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts";