Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.9.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.