IgcChatDraftMessage

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?: IgcChatMessageAttachment[]

Defined in src/components/chat/types.ts:181

The textual content of the draft message.

text: string

Defined in src/components/chat/types.ts:177