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

根据关键字村云端查询消息记录的参数定义 更多...

#include <nim_msglog_def.h>

Public 属性

enum NIMSessionType to_type_
 enum 会话类型,双人0,群组1 (nim_msglog_def.h)
 
int limit
 int 本次查询的消息条数上限(最多100条)
 
int64_t from_time_
 int64_t 起始时间点,单位:毫秒
 
int64_t end_time_
 int64_t 结束时间点,单位:毫秒
 
bool reverse_
 bool true:反向查询(按时间正序起查,正序排列),false:按时间逆序起查,逆序排列(建议默认为false)
 

详细描述

根据关键字村云端查询消息记录的参数定义

类成员变量说明

◆ end_time_

int64_t NIMQueryMsgByKeywordOnlineAsyncParam::end_time_

int64_t 结束时间点,单位:毫秒

◆ from_time_

int64_t NIMQueryMsgByKeywordOnlineAsyncParam::from_time_

int64_t 起始时间点,单位:毫秒

◆ limit

int NIMQueryMsgByKeywordOnlineAsyncParam::limit

int 本次查询的消息条数上限(最多100条)

◆ reverse_

bool NIMQueryMsgByKeywordOnlineAsyncParam::reverse_

bool true:反向查询(按时间正序起查,正序排列),false:按时间逆序起查,逆序排列(建议默认为false)

◆ to_type_

enum NIMSessionType NIMQueryMsgByKeywordOnlineAsyncParam::to_type_

enum 会话类型,双人0,群组1 (nim_msglog_def.h)


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