API reference
Event ApplicationAuthorized
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress.WebhookEvents
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
Fired when Discord sends an APPLICATION_AUTHORIZED webhook event.
public event AsyncEventHandler<DiscordWebhookEventDispatcher, WebhookApplicationAuthorizedEventArgs> ApplicationAuthorized
Returns
- AsyncEventHandler<DiscordWebhookEventDispatcher, WebhookApplicationAuthorizedEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.