Module

x/discordeno/mod.ts>ModifyWebhook

Discord API library for Deno
Extremely Popular
Go to Latest
interface ModifyWebhook
import { type ModifyWebhook } from "https://dotland.deno.dev/x/discordeno@13.0.0-rc45/mod.ts";

Properties

optional
name: string

The default name of the webhook

optional
avatar: bigint | null

Image for the default webhook avatar

optional
channelId: bigint

The new channel id this webhook should be moved to

optional
reason: string

The reason you are modifying this webhook

import ModifyWebhook
import { ModifyWebhook } from "https://dotland.deno.dev/x/discordeno@13.0.0-rc45/mod.ts";