voiceStates property

Cache<VoiceState> voiceStates

A Cache for VoiceStates in this guild.

Implementation

Cache<VoiceState> get voiceStates => Cache(manager.client, '$id.voiceStates', manager.client.options.voiceStateConfig);