NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
NIMQueryThreadHistoryMsgAsyncParam结构体 参考

云端查询thread聊天历史参数 更多...

#include <nim_msglog_def.h>

Public 属性

int64_t from_time
 int64_t 起始时间 缺省0
 
int64_t to_time
 int64_t 结束时间 缺省0
 
int64_t exclude_msg_id
 int64_t 截至消息的服务端id,不包含在查询结果中 缺省0
 
int32_t limit
 int32_t 查询条数限制 缺省100
 
int32_t reverse
 int64_t 排序 缺省0 false
 

详细描述

云端查询thread聊天历史参数

类成员变量说明

◆ exclude_msg_id

int64_t NIMQueryThreadHistoryMsgAsyncParam::exclude_msg_id

int64_t 截至消息的服务端id,不包含在查询结果中 缺省0

◆ from_time

int64_t NIMQueryThreadHistoryMsgAsyncParam::from_time

int64_t 起始时间 缺省0

◆ limit

int32_t NIMQueryThreadHistoryMsgAsyncParam::limit

int32_t 查询条数限制 缺省100

◆ reverse

int32_t NIMQueryThreadHistoryMsgAsyncParam::reverse

int64_t 排序 缺省0 false

◆ to_time

int64_t NIMQueryThreadHistoryMsgAsyncParam::to_time

int64_t 结束时间 缺省0


该结构体的文档由以下文件生成: