***
id: fc90a0cd-6b13-4b8f-b976-f9a47a9186b8
title: ChatMessageEntity
slug: /js/reference/chat/chat-message-entity
max-toc-depth: 3
----------------
An object representing a Chat Message with only the state properties of [`ChatMessage`](/docs/browser-sdk/v3/js/reference/chat/chat-message).
## Properties
The content of this message. This can be any JSON-serializable object or value.
The id of this message.
The member which sent this message. See [`ChatMember`](/docs/browser-sdk/v3/js/reference/chat/chat-member) for more details.
Any metadata associated with this message.
The date and time at which this message was published.