Skip to main content

ODTranscriptCompilerReadyResult 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 ready() function.

View Source

Properties


optional activeAdminDmMessage interface api.ODMessageBuildResult

The message to be sent to the DM of all admins who actively participated in the ticket.

View Source


optional channelMessage interface api.ODMessageBuildResult

The message to be sent in the specified channel in the server.

View Source


optional creatorDmMessage interface api.ODMessageBuildResult

The message to be sent to the DM of the ticket creator.

View Source


optional everyAdminDmMessage interface api.ODMessageBuildResult

The message to be sent to the DM of all admins who were assigned to this ticket.

View Source


optional participantDmMessage interface api.ODMessageBuildResult

The message to be sent to the DM of all participants.

View Source