Skip to main content

ODMessageData interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface contains the data to build a message.

View Source

Properties


additionalOptions type Omit

Additional options that aren't covered by the Open Ticket api!

View Source


components array api.ODComponentBuildResult[]

Components from this message

View Source


content type null|string

The content of this message. null when no content

View Source


embeds array api.ODEmbedBuildResult[]

Embeds from this message

View Source


ephemeral boolean boolean

Try to make this message ephemeral when available

View Source


files array api.ODFileBuildResult[]

Files from this message

View Source


poll type null|discord.PollData

Poll data for this message

View Source