|
NIMSDK-AOS
9.20.15
|
"查询历史消息"接口入参 更多...
Public 成员函数 | |
| QChatGetLastMessageOfChannelsParam (@NonNull Long serverId,@NonNull List< Long > channelIds) | |
| Long | getServerId () |
| 获取服务器Id 更多... | |
| List< Long > | getChannelIds () |
| 获取频道Id列表 更多... | |
"查询历史消息"接口入参
在文件 QChatGetLastMessageOfChannelsParam.java 第 9 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatGetLastMessageOfChannelsParam.QChatGetLastMessageOfChannelsParam | ( | @NonNull Long | serverId, |
| @NonNull List< Long > | channelIds | ||
| ) |
| serverId | 服务器Id |
| channelIds | 频道Id列表,最多20个,要求都是serverId下的 |
在文件 QChatGetLastMessageOfChannelsParam.java 第 27 行定义.
| List<Long> com.netease.nimlib.sdk.qchat.param.QChatGetLastMessageOfChannelsParam.getChannelIds | ( | ) |
| Long com.netease.nimlib.sdk.qchat.param.QChatGetLastMessageOfChannelsParam.getServerId | ( | ) |
1.8.11