Module

x/discordeno/mod.ts>WebhookTypes

Discord API library for Deno
Extremely Popular
Go to Latest
enum WebhookTypes
import { WebhookTypes } from "https://dotland.deno.dev/x/discordeno@17.2.0/mod.ts";

Members

Application

Application webhooks are webhooks used with Interactions

ChannelFollower

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

import WebhookTypes
import { WebhookTypes } from "https://dotland.deno.dev/x/discordeno@17.2.0/mod.ts";