Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/harmony/src/structures/webhook.ts>WebhookEditOptions

An easy to use Discord API Library for Deno.
Go to Latest
interface WebhookEditOptions
import { type WebhookEditOptions } from "https://deno.land/x/harmony@v2.6.0/src/structures/webhook.ts";

Properties

optional
name: string

New name to set for Webhook.

optional
avatar: string

New avatar to set for Webhook. URL of image or base64 encoded data.

optional
channelID: string

New channel for Webhook. Requires authentication.