Browse SDKs · React Native
SDKsReact Native

Create a text message

OpenIM React Native SDK guide for create a text message.

Copy

Use createTextMessage() to create a text message ready to send.

const message = await OpenIMSDK.createTextMessage('Hello, welcome to the discussion.');

The argument is the message text. The call returns a MessageItem; pass it as message to Send a message.