IgrChatDraftMessage

Represents a draft message that is being composed by the user, including the text and any attachments.

Optional attachments

Section titled "attachments"

An array of attachments associated with the draft message.

attachments?: IgrChatMessageAttachment[]

The textual content of the draft message.

text: string