Table of Contents

Interface IInteractionCreateGatewayHandler

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

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

public interface IInteractionCreateGatewayHandler : IGatewayHandler

Remarks


Required Intents: None
Optional Intents: None

Methods

HandleAsync(Interaction)

ValueTask HandleAsync(Interaction arg)

Parameters

arg Interaction

Returns

ValueTask