IgrChatMessage
Represents a single chat message in the conversation.
Properties
Section titled "Properties"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[] sender
Section titled "sender"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