Table of Contents

Interface IVoiceStateUpdateGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll

Sent when someone joins/leaves/moves voice channels. Inner payload is a VoiceState object.

public interface IVoiceStateUpdateGatewayHandler : IGatewayHandler

Remarks


Required Intents: GuildVoiceStates
Optional Intents: None

Methods

HandleAsync(VoiceState)

ValueTask HandleAsync(VoiceState arg)

Parameters

arg VoiceState

Returns

ValueTask