onVoiceStateUpdate property

Stream<VoiceStateUpdateEvent> onVoiceStateUpdate
inherited

A Stream of VoiceStateUpdateEvents received by this client.

Implementation

Stream<VoiceStateUpdateEvent> get onVoiceStateUpdate => onEvent.whereType<VoiceStateUpdateEvent>();