Skip to main content
Module

x/higa/mod.ts>ExecuteWebhookOptions

A package to interract with the Discord API coded by myself
Go to Latest
interface ExecuteWebhookOptions
Re-export
import { type ExecuteWebhookOptions } from "https://deno.land/x/higa@0.1.0-fix/mod.ts";

Properties

optional
content: string
optional
username: string
optional
avatar_url: string
optional
tts: boolean
optional
embeds: Embed[]
optional
allowed_mentions: AllowedMentions
optional
components: ActionRow[]
optional
files: any[]
optional
playlod_json: any
optional
attachments: Attachment[]
optional
flags: number