sendReadReceiptResponse

public abstract void sendReadReceiptResponse(ConversationType type, String targetId, String channelId, List<Message> messageList, IRongCoreCallback.OperationCallback callback)

发送已读回执(只支持群组和讨论组)。

Since

5.1.1

Parameters

type

会话类型

targetId

会话 id

channelId

消息所属会话的业务标识。

messageList

会话中需要发送已读回执的消息列表

callback

回调函数