Class WebhookEvent
- Namespace
- NetCord.Hosting.AspNetCore
- Assembly
- NetCord.Hosting.AspNetCore.dll
public static class WebhookEvent
- Inheritance
-
WebhookEvent
- Inherited Members
Properties
ApplicationAuthorized
public static WebhookEvent<ApplicationAuthorizedWebhookEventArgs> ApplicationAuthorized { get; }
Property Value
ApplicationDeauthorized
public static WebhookEvent<ApplicationDeauthorizedWebhookEventArgs> ApplicationDeauthorized { get; }
Property Value
EntitlementCreate
public static WebhookEvent<EntitlementCreateWebhookEventArgs> EntitlementCreate { get; }
Property Value
UnknownEvent
public static WebhookEvent<UnknownEventWebhookEventArgs> UnknownEvent { get; }