API reference
Enum ApplicationEventWebhookStatus
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents the status of the application's event webhooks subscription.
public enum ApplicationEventWebhookStatus
Fields
Disabled = 1Event webhooks are disabled.
Enabled = 2Event webhooks are enabled.
DisabledByDiscord = 3Event webhooks were disabled by Discord.