Table of Contents

Interface IWebhookEventHandlerInvoker

Namespace
NetCord.Hosting.AspNetCore
Assembly
NetCord.Hosting.AspNetCore.dll
public interface IWebhookEventHandlerInvoker

Methods

InvokeAsync(WebhookEventArgs)

Invokes the appropriate handler for a parsed webhook event.

ValueTask InvokeAsync(WebhookEventArgs args)

Parameters

args WebhookEventArgs

The parsed webhook event data to be handled.

Returns

ValueTask

A Task representing the asynchronous operation.