class VoiceStateToggles
extends ToggleBitfield
Re-export
import { VoiceStateToggles } from "https://deno.land/x/oasis@2.1.0/tests/deps.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.
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.