Types
Message
A message within a conversation
interface
MessageFields
actorType
Who authored the message
artifact
Attached artifact (e.g. a Cohost-generated HTML page), when present
assets
[Asset!]
File attachments (images, documents, audio, video)
createdAt
ISO8601DateTime!
lastReplyAt
ISO8601DateTime
When the most recent reply was sent, or null when the message has no replies
member
The member who sent the message; null when the author no longer resolves
replyCount
Int!
Number of replies in the thread rooted at this message
textHtml
String
HTML content; internal classes and attributes are stripped on external API surfaces
textText
String
Plain text content with HTML stripped
threadTitle
String
Title of the thread rooted at this message, or null when the message has no thread
updatedAt
ISO8601DateTime!