Browse SDKs · Flutter
SDKsFlutter

Create an emoji message

Create an emoji message with the OpenIM Flutter SDK.

Copy
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.