SDKsFlutter
Create a rich-text message
Create a rich-text message with the OpenIM Flutter SDK.
final message = await OpenIM.iMManager.messageManager
.createAdvancedTextMessage(text: text, list: entities);The offset and length of every RichMessageInfo must match the final text. Validate URLs and extension data first.
Was this page helpful?