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

#include <nim_qchat_message_def.h>

Public 属性

nim_qchat_get_thread_messages_cb_func cb
 查询 thread 消息异步回调
 
NIMQChatMessage message
 消息体
 
uint64_t from_time
 查询开始时间
 
uint64_t to_time
 查询结束时间
 
uint64_t exclude_msg_server_id
 排除某条消息, message server id
 
uint32_t limit
 查询条数
 
bool reverse
 是否倒序, false: 否, true: 是
 
void * user_data
 自定义用户数据
 

类成员变量说明

◆ cb

nim_qchat_get_thread_messages_cb_func NIMQChatGetThreadMessagesParam::cb

查询 thread 消息异步回调

◆ exclude_msg_server_id

uint64_t NIMQChatGetThreadMessagesParam::exclude_msg_server_id

排除某条消息, message server id

◆ from_time

uint64_t NIMQChatGetThreadMessagesParam::from_time

查询开始时间

◆ limit

uint32_t NIMQChatGetThreadMessagesParam::limit

查询条数

◆ message

NIMQChatMessage NIMQChatGetThreadMessagesParam::message

消息体

◆ reverse

bool NIMQChatGetThreadMessagesParam::reverse

是否倒序, false: 否, true: 是

◆ to_time

uint64_t NIMQChatGetThreadMessagesParam::to_time

查询结束时间

◆ user_data

void* NIMQChatGetThreadMessagesParam::user_data

自定义用户数据


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