1 package com.netease.nimlib.sdk.qchat.param;
3 import androidx.annotation.NonNull;
18 private final Long serverId;
23 private final Long channelId;
33 private final List<String> accids;
43 this.serverId = serverId;
44 this.channelId = channelId;
Long getServerId()
获取服务器id
QChatGetExistingChannelBlackWhiteMembersParam(@NonNull Long serverId,@NonNull Long channelId,@NonNull QChatChannelBlackWhiteType type,@NonNull List< String > accids)
Long getChannelId()
获取频道id
List< String > getAccids()
获取accid列表
QChatChannelBlackWhiteType getType()
获取黑白名单类型