Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oasis/tests/deps.ts>CreateForumMessage

An object oriented Discordeno framework
Latest
interface CreateForumMessage
import { type CreateForumMessage } from "https://deno.land/x/oasis@2.1.0/tests/deps.ts";

Properties

optional
content: string

The message contents (up to 2000 characters)

optional
embeds: Embed[]

Embedded rich content (up to 6000 characters)

optional
allowedMentions: AllowedMentions

Allowed mentions for the message

optional
file: FileContent | FileContent[]

The contents of the file being sent

optional
components: MessageComponents

The components you would like to have sent in this message

optional
content: string

The message contents (up to 2000 characters)

optional
embeds: Embed[]

Embedded rich content (up to 6000 characters)

optional
allowedMentions: AllowedMentions

Allowed mentions for the message

optional
file: FileContent | FileContent[]

The contents of the file being sent

optional
components: MessageComponents

The components you would like to have sent in this message