GetAdvancedHistoryMessageListParams
功能介绍
信息
获取历史列表参数
- Unity
GetAdvancedHistoryMessageListParams
| 字段名称 | 字段类型 | 描述 |
|---|---|---|
| UserID | string | 用户ID |
| LastMinSeq | long | 第一页消息不用传,获取第二页开始必传 跟[startMsg]一样 |
| GroupID | string | 群组ID |
| ConversationID | string | 会话 ID |
| StartClientMsgID | string | 从这条消息开始查询[count]条,获取的列表 index==length-1 为最新消息,所以获取下一页历史记录 startMsg=list.first |
| Count | int | 数量 |