MessageCreationDetails

Represents the details of a RunStep.Type.MESSAGE_CREATION step. This stores the ID of the message that was created. You can use this ID to get the message object from the MessageHandler.retrieve function.

Constructors

Link copied to clipboard
constructor(messageCreation: MessageCreationDetails.MessageCreation)

Types

Link copied to clipboard
data class MessageCreation(val messageId: String)

Holds the ID of the message that was created.

Properties

Link copied to clipboard

The data for the message creation

Link copied to clipboard
open override val type: RunStep.Type

The type of data stored by this step. This will match RunStep.type.