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