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[] Optional reactions
Section titled "reactions"Optional list of reactions associated with the message.
reactions?: string[] Optional timestamp
Section titled "timestamp"The timestamp indicating when the message was sent.
timestamp?: string