Skip to main content
Latest
interface ExecuteWebhookPayload
import { type ExecuteWebhookPayload } from "https://deno.land/x/denord@0.1.0/mod.ts";

Properties

content: string

the message contents (up to 2000 characters) DEFAULT: one of content, file, embeds

username: string

override the default username of the webhook DEFAULT: false

avatarUrl: string

override the default avatar of the webhook DEFAULT: false

tts: boolean

true if this is a TTS message DEFAULT: false

embeds: Embed[]

embedded rich content DEFAULT: one of content, file, embeds

allowedMentions: AllowedMentions

allowed mentions for the message DEFAULT: false