Skip to main content
Latest
interface ApplicationWebhook
implements Omit<IncomingWebhook, "type" | "guildId" | "channelId">
import { type ApplicationWebhook } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

type: WebhookTypes.Application
optional
guildId: string | null
optional
channelId: string | null