class VoiceStateToggles
extends ToggleBitfield
import { VoiceStateToggles } from "https://deno.land/x/discordeno@17.2.0/transformers/toggles/voice.ts";
Constructors
new
VoiceStateToggles(voiceOrTogglesInt: DiscordVoiceState | number)Methods
has(permissions: VoiceStateToggleKeys | VoiceStateToggleKeys[])
Checks whether or not the permissions exist in this
list()
Lists all the toggles for the role and whether or not each is true or false.