Table of Contents

Enum WebhookType

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents the type of a webhook.

public enum WebhookType

Fields

Application = 3

An application (interaction) webhook.

ChannelFollower = 2

A channel follower webhook.

Incoming = 1

An incoming webhook.

Remarks

This type is currently unused, and is only returned in audit log responses.