on Message Receipt Response
public abstract void onMessageReceiptResponse(ConversationType type, String targetId, String channelId, String messageUId, int readCount, int totalCount)
Callback triggered when the message sender in a group receives a read receipt response from the server.
Parameters
type
Specifies the conversation type.
target Id
Indicates the conversation ID.
message UId
Represents the UID of the message for which the receipt response was received.
read Count
Indicates the number of users who have read the message.
total Count
Represents the total number of users in the conversation.