The base interface for a message request.

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

Methods

  • Returns undefined | string

    The unique 36 character internal id for the message that is the parent of this message.

  • Returns SendMessageElementType

    The type of the message.