IgrChatMessage

Represents a single chat message in the conversation.

Optional attachments

Section titled "attachments"

Optional list of attachments associated with the message, such as images, files, or links.

attachments?: IgrChatMessageAttachment[]

A unique identifier for the message.

id: string

Optional reactions

Section titled "reactions"

Optional list of reactions associated with the message.

reactions?: string[]

The identifier or name of the sender of the message.

sender: string

The textual content of the message.

text: string

Optional timestamp

Section titled "timestamp"

The timestamp indicating when the message was sent.

timestamp?: string