MessageCreation

@Serializable
data class MessageCreation(val messageId: MessageId)

Details of the message that occurred during the run step.

Constructors

Link copied to clipboard
constructor(messageId: MessageId)

Properties

Link copied to clipboard

The ID of the message that was created by this run step.