class VoiceStateToggles
extends ToggleBitfield
import { VoiceStateToggles } from "https://deno.land/x/discordeno@13.0.0-rc45/transformers/toggles/mod.ts";
Constructors
new
VoiceStateToggles(voice: DiscordVoiceState)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.