![]() |
NIM 跨平台 C++ SDK
|
#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 | |
| NIMQChatGetMessageColumns * | columns |
| 消息列表 | |
| size_t | column_count |
| 查询的消息数量 | |
| void * | user_data |
| 自定义用户数据 | |
| nim_qchat_get_message_history_by_ids_cb_func NIMQChatGetMessageHistoryByIdsParam::cb |
| uint64_t NIMQChatGetMessageHistoryByIdsParam::channel_id |
频道 ID
| size_t NIMQChatGetMessageHistoryByIdsParam::column_count |
查询的消息数量
| NIMQChatGetMessageColumns* NIMQChatGetMessageHistoryByIdsParam::columns |
消息列表
| uint64_t NIMQChatGetMessageHistoryByIdsParam::server_id |
服务器 ID
| void* NIMQChatGetMessageHistoryByIdsParam::user_data |
自定义用户数据