Message type
This type is used to represent a message in a container (group, action, note, goal, post).
So, basically, comment in note, comment in action, message in chat - all have the same type.
body
Non-null
Message body
workspace
Non-null
Workspace id
from
Non-null
User that send the message/comment
sender
Non-null
Sender id
containerId
Non-null
Id of the container
containerType
Non-null
Container type: action (message is the comment under action), group (group chat message, private chat message), etc
senderFirstName
Non-null
The first name of the sender
senderPicture
Non-null
The url of the sender profile picture
deleted
Non-null
Is message deleted
edited
Non-null
Is message edited
automated
Non-null
Is message automated (sent via automated workflows)
attachedActions
Non-null
Attached actions
reactionsList
Non-null
Reactions list
mentions
Non-null
All users mentioned in the message (like @username)
attachments
Message attachments
isNoteJsonComment
Is message a comment in a note
color
Color of the message
isPrivate
Is message private