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.
References
Properties
author interface ➜ api.ODTranscriptUserData
The message author.
channel string ➜ string
The channel this message originated from.
components array ➜ api.ODTranscriptComponentRowData[]
The components (buttons & dropdowns) of this message.
content type ➜ null|string
The contents of this message.
edited boolean ➜ boolean
Is this message edited?
embeds array ➜ api.ODTranscriptEmbedData[]
The embeds of this message.
files array ➜ api.ODTranscriptFileData[]
The files of this message.
guild string ➜ string
The server this message originated from.
id string ➜ string
The id of this message.
reactions array ➜ api.ODTranscriptReactionData[]
All reactions of htis message.
reply type ➜ null|api.ODTranscriptMessageReplyData|api.ODTranscriptInteractionReplyData
When this message is a reply to something, the data will be here.
timestamp number ➜ number
The unix timestamp of the creation of this message.
type type ➜ api.ODTranscriptMessageType
The type of message.