API reference
Interface IDiscordIncomingWebhookHandler
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress.IncomingWebhooks
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
Handles generic incoming webhooks received over the DisCatSharp ASP.NET Core ingress surface.
public interface IDiscordIncomingWebhookHandler
Methods
- HandleAsync(DiscordIncomingWebhookContext, CancellationToken)
Attempts to handle an incoming webhook request.