MessageCreation

data class MessageCreation(val messageId: String)

Holds the ID of the message that was created.

Constructors

Link copied to clipboard
constructor(messageId: String)

Properties

Link copied to clipboard

The ID of the message that was created. You can use this ID to get the message object from the MessageHandler.retrieve function