onMessageReceiptResponse

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

targetId

Conversation ID

messageUId

UID of the message for which the receipt response was received

respondUserIdList

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