SDKsReact Native
Create a text message
OpenIM React Native SDK guide for create a text message.
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.
Was this page helpful?