When the message has reviewed, then the new message will be created. And the new message contains the original message's information.

interface OriginalMessageInfo {
    createdAt: number;
    messageId: number;
}

Properties

Properties

createdAt: number
messageId: number