ChatMessageEntity
An object representing a Chat Message with only the state properties of ChatMessage.
Properties
content
The content of this message. This can be any JSON-serializable object or value.
id
The id of this message.
member
The member which sent this message. See ChatMember for more details.
meta
Any metadata associated with this message.
publishedAt
The date and time at which this message was published.