Table of Contents

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

WebhookEvent<ApplicationAuthorizedWebhookEventArgs>

ApplicationDeauthorized

public static WebhookEvent<ApplicationDeauthorizedWebhookEventArgs> ApplicationDeauthorized { get; }

Property Value

WebhookEvent<ApplicationDeauthorizedWebhookEventArgs>

EntitlementCreate

public static WebhookEvent<EntitlementCreateWebhookEventArgs> EntitlementCreate { get; }

Property Value

WebhookEvent<EntitlementCreateWebhookEventArgs>

UnknownEvent

public static WebhookEvent<UnknownEventWebhookEventArgs> UnknownEvent { get; }

Property Value

WebhookEvent<UnknownEventWebhookEventArgs>