1 package com.netease.nimlib.sdk.qchat.param;
3 import androidx.annotation.NonNull;
14 private final Long serverId;
19 private final Long channelId;
24 private final Long ackTimestamp;
33 this.serverId = serverId;
34 this.channelId = channelId;
35 this.ackTimestamp = ackTimestamp;
Long getServerId()
获取服务器Id
QChatMarkMessageReadParam(long serverId, long channelId, long ackTimestamp)
Long getAckTimestamp()
获取标记已读时间戳
Long getChannelId()
获取频道Id