Module

x/discordeno/mod.ts>WebhookTypes

Discord API library for Deno
Latest
enum WebhookTypes
import { WebhookTypes } from "https://dotland.deno.dev/x/discordeno@18.0.1/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@18.0.1/mod.ts";