onMessageReceiptResponse

public abstract void onMessageReceiptResponse(ConversationType type, String targetId, String messageUId, HashMap<String, Long> respondUserIdList)

This method is called when the user who initiated the receipt request in a group or discussion group receives responses from the recipients.

Parameters

type

The conversation type

targetId

The conversation ID

messageUId

The UID of the message for which the receipt response was received

respondUserIdList

A list of users in the conversation who responded to this message. The key is the user ID, and the value is the response time.