ODTranscriptMessageReplyData 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 reply for transcripts.
Properties
channel string ➜ string
The channel this message originated from.
content type ➜ null|string
The content of this message.
guild string ➜ string
The server this message originated from.
id string ➜ string
The id of this message.
type type ➜ "message"
The type of reply.
user interface ➜ api.ODTranscriptUserData
The author of this message.