NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim::MsgLog::QueryThreadHistoryMsgAsyncParam类 参考

#include <nim_cpp_msglog.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 nim::MsgLog::QueryThreadHistoryMsgAsyncParam::exclude_msg_id

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

◆ from_time

int64_t nim::MsgLog::QueryThreadHistoryMsgAsyncParam::from_time

int64_t 起始时间 缺省0

◆ limit

int32_t nim::MsgLog::QueryThreadHistoryMsgAsyncParam::limit

int32_t 查询条数限制 缺省100

◆ reverse

int32_t nim::MsgLog::QueryThreadHistoryMsgAsyncParam::reverse

int64_t 排序 缺省0 false

◆ to_time

int64_t nim::MsgLog::QueryThreadHistoryMsgAsyncParam::to_time

int64_t 结束时间 缺省0


该类的文档由以下文件生成: