Table of Contents

Enum WebhookType

Namespace
NetCord.Rest
Assembly
NetCord.dll

Represents the type of a Webhook.

public enum WebhookType

Fields

Application = 3

Application webhooks are webhooks used via the Interaction system.

ChannelFollower = 2

Channel Follower Webhooks are internal webhooks used with Channel Following to post new messages into channels.

Incoming = 1

Incoming webhooks can post messages to channels with a generated token.