import { GuildChannelVoiceStatesManager } from "https://deno.land/x/harmony@v2.8.0/src/managers/guildChannelVoiceStates.ts";
Constructors
Properties
channel: VoiceChannel
Methods
array(): Promise<VoiceState[]>
fromPayload(d: VoiceStatePayload[]): Promise<void>
get(id: string): Promise<VoiceState | undefined>
size(): Promise<number>