Browse SDKs · React Native
SDKsReact Native

Reset group mention status

Reset the mention status of a group conversation.

Copy

After the user handles mention messages in a group conversation, call resetConversationGroupAtType() to reset the conversation's group mention status.

await OpenIMSDK.resetConversationGroupAtType(conversationID);

Parameters

conversationID is the ID of the group conversation whose mention status should be reset.

The method restores groupAtType to its normal state. It does not set states such as “mentioned me” or “mentioned everyone”. Resetting the group mention status and marking a conversation as read are separate operations.

Return result

After the call completes, the conversation's group mention status is reset. Changes in the conversation list are delivered through OnConversationChanged; see Retrieve the conversation list for listener details.