Skip to main content
Module

x/harmony/mod.ts>InteractionResponseDataBasePayload

An easy to use Discord API Library for Deno.
Latest
interface InteractionResponseDataBasePayload
import { type InteractionResponseDataBasePayload } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Properties

optional
tts: boolean
content: string

Text content of the Response (Message)

optional
embeds: EmbedPayload[]

Upto 10 Embed Objects to send with Response

optional
allowed_mentions: AllowedMentionsPayload

Allowed Mentions object

optional
flags: number
optional
components: MessageComponentPayload[]
optional
files: MessageAttachment[]