enum ApplicationWebhookEventType

external
export declare enum ApplicationWebhookEventType

See also: https://discord.com/developers/docs/events/webhook-events#event-types

Members

external
ApplicationAuthorized = "APPLICATION_AUTHORIZED"

Sent when an app was authorized by a user to a server or their account

external
ApplicationDeauthorized = "APPLICATION_DEAUTHORIZED"

Sent when an app was deauthorized by a user

external
EntitlementCreate = "ENTITLEMENT_CREATE"

Entitlement was created

external
EntitlementDelete = "ENTITLEMENT_DELETE"

Entitlement was deleted This event is not yet documented but can be enabled from the developer portal

external
EntitlementUpdate = "ENTITLEMENT_UPDATE"

Entitlement was updated This event is not yet documented but can be enabled from the developer portal

external
QuestUserEnrollment = "QUEST_USER_ENROLLMENT"

User was added to a Quest (currently unavailable)