NIM SDK API  9.0.0
Public Attributes | List of all members
NIMQueryThreadHistoryMsgAsyncParam Struct Reference

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

#include <nim_msglog_def.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 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


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