Skip to main content

ODTranscriptCompilerCompileResult interface

under construction

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

Overview

This is the result which is returned by the compile() function.

View Source

Properties


channel type discord.TextChannel

The channel this transcript is being created for.

View Source


data type null|Data

The result returned by the compiler() function. Contains the transcript contents, url or something else.

View Source


errorReason type null|string

When not successfull, what was the reason? This will also be shown to the user.

View Source


messages type null|(api.ODTranscriptMessageData[])

A list of all messages sent in the ticket channel.

View Source


success boolean boolean

Was the compilation successfull?

View Source


ticket class api.ODTicket

The ticket this transcript is being created for.

View Source


user type discord.User

The user who created the transcript.

View Source