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

#include <nim_cpp_msglog.h>

Public 成员函数

 QueryMsgByKeywordOnlineParam ()
 

Public 属性

std::string id_
 查询id,对方的account id或者群组tid
 
std::string keyword_
 要查询的关键字
 
nim::NIMSessionType to_type_
 enum 会话类型,双人0,群组1 (nim_msglog_def.h)
 
int limit_count_
 int 本次查询的消息条数上限(最多100条)
 
int64_t from_time_
 int64_t 起始时间点,单位:毫秒
 
int64_t end_time_
 int64_t 结束时间点,单位:毫秒
 
bool reverse_
 bool true:反向查询(按时间正序起查,正序排列),false:按时间逆序起查,逆序排列(建议默认为false)
 

Private 成员函数

bool FormatParam ()
 

Private 属性

std::string json_extension_
 

友元

class MsgLog
 

详细描述

根据关键字在线查询消息参数(不包括系统消息)

构造及析构函数说明

◆ QueryMsgByKeywordOnlineParam()

nim::MsgLog::QueryMsgByKeywordOnlineParam::QueryMsgByKeywordOnlineParam ( )

成员函数说明

◆ FormatParam()

bool nim::MsgLog::QueryMsgByKeywordOnlineParam::FormatParam ( )
inlineprivate

友元及相关函数文档

◆ MsgLog

friend class MsgLog
friend

类成员变量说明

◆ end_time_

int64_t nim::MsgLog::QueryMsgByKeywordOnlineParam::end_time_

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

◆ from_time_

int64_t nim::MsgLog::QueryMsgByKeywordOnlineParam::from_time_

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

◆ id_

std::string nim::MsgLog::QueryMsgByKeywordOnlineParam::id_

查询id,对方的account id或者群组tid

◆ json_extension_

std::string nim::MsgLog::QueryMsgByKeywordOnlineParam::json_extension_
private

◆ keyword_

std::string nim::MsgLog::QueryMsgByKeywordOnlineParam::keyword_

要查询的关键字

◆ limit_count_

int nim::MsgLog::QueryMsgByKeywordOnlineParam::limit_count_

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

◆ reverse_

bool nim::MsgLog::QueryMsgByKeywordOnlineParam::reverse_

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

◆ to_type_

nim::NIMSessionType nim::MsgLog::QueryMsgByKeywordOnlineParam::to_type_

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


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