Table of Contents

Delegate FluxerGatewayClient.VoiceStateUpdatedEvent

Namespace
Fluxer.Net.Gateway
Assembly
Fluxer.Net.dll

Delegate for VOICE_STATE_UPDATE events when a user's voice state changes.

public delegate void FluxerGatewayClient.VoiceStateUpdatedEvent(SocketVoiceState data)

Parameters

data SocketVoiceState

The voice state data.