on Group Message Receipt Response
public abstract void onGroupMessageReceiptResponse(ConversationType type, String targetId, String channelId, String messageUId, int readCount, int totalCount)
群组中消息发送方,当收到server的已读回执响应时,会回调此方法
Parameters
type
会话类型
target Id
会话 id
message UId
收到回执响应的消息的 uId
read Count
已读人数
total Count
总人数