import { type IncomingWebhook } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts";
Properties
type: WebhookTypes
The type of the webhook
optional
user: UserThe user this webhook was created by (not returned when getting a webhook with its token)
optional
sourceGuild: Partial<Guild>The guild of the channel that this webhook is following (returned for Channel Follower Webhooks)
optional
sourceChannel: Partial<Channel>The channel that this webhook is following (returned for Channel Follower Webhooks)