Skip to main content
Module

x/natico/deps.ts>ApplicationWebhook

A powerful and customizable framework for Discordeno
Latest
interface ApplicationWebhook
implements Omit<IncomingWebhook, "type" | "guildId" | "channelId">
import { type ApplicationWebhook } from "https://deno.land/x/natico@4.0.0-pre.4/deps.ts";

Properties

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