Skip to main content

ODTranscriptMessageData interface

under construction

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

Overview

A universal representatation of a discord message for transcripts.

View Source

Properties


author interface api.ODTranscriptUserData

The message author.

View Source


channel string string

The channel this message originated from.

View Source


components array api.ODTranscriptComponentRowData[]

The components (buttons & dropdowns) of this message.

View Source


content type null|string

The contents of this message.

View Source


edited boolean boolean

Is this message edited?

View Source


embeds array api.ODTranscriptEmbedData[]

The embeds of this message.

View Source


files array api.ODTranscriptFileData[]

The files of this message.

View Source


guild string string

The server this message originated from.

View Source


id string string

The id of this message.

View Source


reactions array api.ODTranscriptReactionData[]

All reactions of htis message.

View Source


reply type null|api.ODTranscriptMessageReplyData|api.ODTranscriptInteractionReplyData

When this message is a reply to something, the data will be here.

View Source


timestamp number number

The unix timestamp of the creation of this message.

View Source


type type api.ODTranscriptMessageType

The type of message.

View Source