Enum WebhookType
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents the type of a webhook.
public enum WebhookType
Fields
Application = 3An application (interaction) webhook.
ChannelFollower = 2A channel follower webhook.
Incoming = 1An incoming webhook.
Remarks
This type is currently unused, and is only returned in audit log responses.