react-chat-ui

Message

The Message object is the standard class for handling message data in react-chat-ui.

Constructor

const myMessage = new Message(1, 'Hello World!', 'Elon Musk');

const anotherMessage = new Message(0, 'Hey Elon!');