on Message Receipt Response
public abstract void onMessageReceiptResponse(ConversationType type, String targetId, String messageUId, HashMap<String, Long> respondUserIdList)
Callback triggered when a user who initiated a receipt request in a group or discussion group receives a response from the recipients.
Parameters
type
Conversation type
target Id
Conversation ID
message UId
UID of the message for which the receipt response was received
respond User Id List
List of users in the conversation who responded to this message. The key is the user ID, and the value is the response time.