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
TThe event argument.