Variable Guild.voiceStates

Declaration

class Guild
{
  // ...
  ModelMap!(string,dscord.types.voice.VoiceState) voiceStates;
  // ...
}