Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aether/src/constants/Constants.ts>MessageContent

A Deno library to interface with the Discord API
Latest
type alias MessageContent
import { type MessageContent } from "https://deno.land/x/aether@v0.0.3/src/constants/Constants.ts";
definition: { content?: string; embed?: MessageEmbed; flags?: number; tts?: boolean; message_reference?: { message_id: string; channel_id: string; guild_id: string; }; }