Skip to main content
Module

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

An easy to use Discord API Library for Deno.
Latest
interface WebhookEditOptions
import { type WebhookEditOptions } from "https://deno.land/x/harmony@v2.9.1/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.