Message
interface Message
Represents a single message in a chat room.
Not suitable for inheritance
This interface is not designed for implementation or extension outside this SDK. The interface definition may evolve over time with additional properties or methods to support new features, which could break implementations.
Properties
Link copied to clipboard
The latest action of the message. This can be used to determine if the message was created, updated, or deleted. Spec: CHA-M10
Link copied to clipboard
Link copied to clipboard
The metadata of a chat message. Allows for attaching extra info to a message, which can be used for various features such as animations, effects, or simply to link it to other resources such as images, relative points in time, etc.
Link copied to clipboard
The reactions summary for this message.
Link copied to clipboard
A unique identifier for the latest version of this message. Spec: CHA-M10a