Skip to main content

ParentMessage

ParentMessage = object

Represents a message that another message is replying to.

Properties

id

id: MessageGuid

The unique identifier of the parent message.


messageContent?

optional messageContent: string

The text content of the parent message. Optional if the content is no longer available.


userId?

optional userId: UserGuid

The ID of the user who created the parent message. Optional if the user is no longer available.