|
NIMSDK-AOS
9.21.10
|
请求Thread聊天里的消息列表得到的信息 更多...
Public 成员函数 | |
| IMMessage | getThread () |
| 获取Thread消息 更多... | |
| long | getTime () |
| 获取thread聊天里最后一条消息的时间戳 更多... | |
| int | getReplyAmount () |
| 获取thread聊天里的总回复数,thread消息不计入总数 更多... | |
| List< IMMessage > | getReplyList () |
| 获取本次拉取到的回复消息列表 更多... | |
| int com.netease.nimlib.sdk.msg.model.ThreadTalkHistory.getReplyAmount | ( | ) |
获取thread聊天里的总回复数,thread消息不计入总数
| List<IMMessage> com.netease.nimlib.sdk.msg.model.ThreadTalkHistory.getReplyList | ( | ) |
获取本次拉取到的回复消息列表
| IMMessage com.netease.nimlib.sdk.msg.model.ThreadTalkHistory.getThread | ( | ) |
获取Thread消息
| long com.netease.nimlib.sdk.msg.model.ThreadTalkHistory.getTime | ( | ) |
获取thread聊天里最后一条消息的时间戳
1.8.11