Enum WebhookType
Represents the type of a Webhook.
public enum WebhookType
Fields
Application = 3Application webhooks are webhooks used via the Interaction system.
ChannelFollower = 2Channel Follower Webhooks are internal webhooks used with Channel Following to post new messages into channels.
Incoming = 1Incoming webhooks can post messages to channels with a generated token.