Table of Contents

Interface IInteractionCreateShardedGatewayHandler

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

Sent when a user uses an interaction. Inner payload is an Interaction.

public interface IInteractionCreateShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: None
Optional Intents: None

Methods

HandleAsync(GatewayClient, Interaction)

ValueTask HandleAsync(GatewayClient client, Interaction arg)

Parameters

client GatewayClient
arg Interaction

Returns

ValueTask