Table of Contents

Interface IHttpInteractionHandler

Namespace
NetCord.Hosting
Assembly
NetCord.Hosting.dll
public interface IHttpInteractionHandler

Methods

HandleAsync(Interaction)

Handles HTTP Interactions.

ValueTask HandleAsync(Interaction interaction)

Parameters

interaction Interaction

The Interaction received.

Returns

ValueTask

A ValueTask that represents the asynchronous operation.