Skip to main content
interfaceMessage

Fields

actorType

Who authored the message

artifact

Attached artifact (e.g. a Cohost-generated HTML page), when present

assets

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!
user
deprecated

Deprecated alias for member.

Use member.

Possible types