on Message Receipt Response
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
target Id
The conversation ID
message UId
The UID of the message for which the receipt response was received
respond User Id List
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.