The base interface of a message request.

interface MessageRequest {
    getParentMessageId(): undefined | string;
}

Methods

  • Returns undefined | string

    The identifier of the message that is the parent of this message.