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.
Properties
channel
type ➜ discord.TextChannel
The channel this transcript is being created for.
data
type ➜ null|Data
The result returned by the compiler()
function. Contains the transcript contents, url or something else.
errorReason
type ➜ null|string
When not successfull, what was the reason? This will also be shown to the user.
messages
type ➜ null|(api.ODTranscriptMessageData[])
A list of all messages sent in the ticket channel.
success
boolean ➜ boolean
Was the compilation successfull?
ticket
class ➜ api.ODTicket
The ticket this transcript is being created for.
user
type ➜ discord.User
The user who created the transcript.