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

#include <nim_qchat_message_def.h>

Public 属性

nim_qchat_get_message_history_by_ids_cb_func cb
 
uint64_t server_id
 服务器 ID
 
uint64_t channel_id
 频道 ID
 
NIMQChatGetMessageColumnscolumns
 消息列表
 
size_t column_count
 查询的消息数量
 
void * user_data
 自定义用户数据
 

类成员变量说明

◆ cb

nim_qchat_get_message_history_by_ids_cb_func NIMQChatGetMessageHistoryByIdsParam::cb

◆ channel_id

uint64_t NIMQChatGetMessageHistoryByIdsParam::channel_id

频道 ID

◆ column_count

size_t NIMQChatGetMessageHistoryByIdsParam::column_count

查询的消息数量

◆ columns

NIMQChatGetMessageColumns* NIMQChatGetMessageHistoryByIdsParam::columns

消息列表

◆ server_id

uint64_t NIMQChatGetMessageHistoryByIdsParam::server_id

服务器 ID

◆ user_data

void* NIMQChatGetMessageHistoryByIdsParam::user_data

自定义用户数据


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