Skip to main content

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.

View Source

Properties


channel string string

The channel this message originated from.

View Source


content type null|string

The content 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


type type "message"

The type of reply.

View Source


user interface api.ODTranscriptUserData

The author of this message.

View Source