NIM SDK API  9.0.0
Public Attributes | List of all members
nim::MsgLog::QueryThreadHistoryMsgAsyncParam Class Reference

#include <nim_cpp_msglog.h>

Public Attributes

int64_t from_time
 
int64_t to_time
 
int64_t exclude_msg_id
 
int32_t limit
 
int32_t reverse
 

Detailed Description

查询thread聊天消息参数(不包括系统消息)

Member Data Documentation

◆ 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


The documentation for this class was generated from the following file: