SDKsAndroid
Create a mention message
Use createTextAtMessage to create a text message that mentions group members.
Pass the text, mentioned user IDs, the AtUserInfo list, and an optional quoted message.
Message message = OpenIMClient.getInstance().messageManager.createTextAtMessage(
text, userIDs, atUserInfos, quoteMessage);Was this page helpful?