Table of Contents
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 = 1

Event webhooks are disabled.

Enabled = 2

Event webhooks are enabled.

DisabledByDiscord = 3

Event webhooks were disabled by Discord.