voiceState property

VoiceState? voiceState

Voice state of member. Null if not connected to channel or voice state not cached

Implementation

VoiceState? get voiceState => this.guild.getFromCache()?.voiceStates[this.id];