Enum ApplicationEventWebhooksStatus
- Namespace
- NetCord
- Assembly
- NetCord.dll
Specifies an application's configuration for webhook events.
public enum ApplicationEventWebhooksStatus
Fields
Disabled = 1Webhook events are disabled by developer.
DisabledByDiscord = 3Webhook events are disabled by Discord, usually due to inactivity.
Enabled = 2Webhook events are enabled by developer.