Table of Contents

Interface IVoiceServerUpdateGatewayHandler

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

Sent when a guild's voice server is updated. This is sent when initially connecting to voice, and when the current voice instance fails over to a new server.

public interface IVoiceServerUpdateGatewayHandler : IGatewayHandler

Remarks


Required Intents: None
Optional Intents: None

Methods

HandleAsync(VoiceServerUpdateEventArgs)

ValueTask HandleAsync(VoiceServerUpdateEventArgs arg)

Parameters

arg VoiceServerUpdateEventArgs

Returns

ValueTask