interface DiscordIncomingWebhookimport { type DiscordIncomingWebhook } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; Propertiestype: WebhookTypesThe type of the webhook optionaltoken: stringThe secure token of the webhook (returned for Incoming Webhooks) optionalurl: stringThe url used for executing the webhook (returned by the webhooks OAuth2 flow) id: stringThe id of the webhook optionalguild_id: stringThe guild id this webhook is for channel_id: stringThe channel id this webhook is for optionaluser: DiscordUserThe user this webhook was created by (not returned when getting a webhook with its token) name: string | nullThe default name of the webhook avatar: string | nullThe default user avatar hash of the webhook application_id: string | nullThe bot/OAuth2 application that created this webhook optionalsource_guild: Partial<DiscordGuild>The guild of the channel that this webhook is following (returned for Channel Follower Webhooks) optionalsource_channel: Partial<DiscordChannel>The channel that this webhook is following (returned for Channel Follower Webhooks)