Table of Contents

Interface IWebhookEventHandler<T>

Namespace
NetCord.Hosting.AspNetCore
Assembly
NetCord.Hosting.AspNetCore.dll
public interface IWebhookEventHandler<T> : IWebhookEventHandlerBase

Type Parameters

T

Methods

HandleAsync(T)

Handles the webhook event.

ValueTask HandleAsync(T arg)

Parameters

arg T

The event argument.

Returns

ValueTask

A ValueTask that represents the asynchronous operation.