Table of Contents

Interface IVoiceChannelEffectSendGatewayHandler

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

Sent when someone sends an effect, such as an emoji reaction or a soundboard sound, in a voice channel the current user is connected to. Inner payload is a VoiceChannelEffectSendEventArgs object.

public interface IVoiceChannelEffectSendGatewayHandler : IGatewayHandler

Remarks


Required Intents: GuildVoiceStates
Optional Intents: None

Methods

HandleAsync(VoiceChannelEffectSendEventArgs)

ValueTask HandleAsync(VoiceChannelEffectSendEventArgs arg)

Parameters

arg VoiceChannelEffectSendEventArgs

Returns

ValueTask