For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inSign up
Support
ReferenceGuidesClick-to-Call
ReferenceGuidesClick-to-Call
  • Core
    • Overview
  • SignalWire Client
    • Overview
    • Notifications
    • Client
    • Utility functions
  • Video
    • Overview
    • LocalOverlay
    • RoomSession
    • RoomSessionDevice
    • RoomSessionPlayback
    • RoomSessionRecording
    • RoomSessionScreenShare
    • RoomSessionStream
    • RoomDevice
    • RoomScreenShare
  • Chat
    • Overview
    • Client
    • ChatMember
    • ChatMemberEntity
    • ChatMessage
    • ChatMessageEntity
  • PubSub
    • Overview
    • Client
    • PubSubMessage
  • WebRTC
    • Overview
LogoLogoSignalWire Docs
Log inSign up
Support
On this page
  • Properties
Chat

ChatMessageEntity

|View as Markdown|Open in Claude|
Was this page helpful?
Edit this page
Previous

PubSub

Next
Built with

An object representing a Chat Message with only the state properties of ChatMessage.

Properties

content
anyRequired

The content of this message. This can be any JSON-serializable object or value.

id
stringRequired

The id of this message.

member
ChatMemberRequired

The member which sent this message. See ChatMember for more details.

meta
any

Any metadata associated with this message.

publishedAt
DateRequired

The date and time at which this message was published.