import { type DiscordIncomingWebhook } from "https://deno.land/x/oasis@2.1.0/packages/deps.ts";
Properties
type: WebhookTypes
The type of the webhook
optional
user: DiscordUserThe user this webhook was created by (not returned when getting a webhook with its token)
optional
source_guild: Partial<DiscordGuild>The guild of the channel that this webhook is following (returned for Channel Follower Webhooks)
optional
source_channel: Partial<DiscordChannel>The channel that this webhook is following (returned for Channel Follower Webhooks)