SDKsFlutter
Create an emoji message
Create an emoji message with the OpenIM Flutter SDK.
final message = await OpenIM.iMManager.messageManager
.createFaceMessage(index: 3, data: emojiURL);Define the index and data in your application's emoji protocol. Recipients should provide a fallback for unknown emoji.
Was this page helpful?