---title: ChatMessageEntity---An object representing a Chat Message with only the state properties of [ChatMessage](./chat-chatmessage.md).## Properties### content• Readonly **content**: anyThe content of this message. This can be any JSON-serializable object or value.---### id• Readonly **id**: stringThe id of this message.---### member• Readonly **member**: [ChatMember](./chat-chatmember.md)The member which sent this message.---### meta• Readonly **meta?**: anyAny metadata associated with this message.---### publishedAt• Readonly **publishedAt**: DateThe date and time at which this message was published.