Messages
interface Messages
This interface is used to interact with messages in a chat room: subscribing to new messages, fetching history, or sending messages.
Get an instance via Room.messages.
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.