Skip to main content
Module

x/harmony/deploy.ts>InteractionMessageOptions

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

Interaction Message related Options

Properties

optional
content: string
optional
embeds: Array<Embed | EmbedPayload>
optional
tts: boolean
optional
flags: number | InteractionResponseFlags[]
optional
allowedMentions: AllowedMentionsPayload
optional
ephemeral: boolean

Whether the Message Response should be Ephemeral (only visible to User) or not

optional
components: MessageComponentData[]
optional
files: MessageAttachment[]