![]() |
NIM 跨平台 C++ SDK
|
#include <nim_qchat_message_def.h>
Public 属性 | |
| nim_qchat_get_quick_comments_cb_func | cb |
| 获取快捷评论异步回调 | |
| uint64_t | server_id |
| 服务器ID | |
| uint64_t | channel_id |
| 频道ID | |
| uint64_t * | msg_server_id_list |
| 消息服务器 ID 列表 | |
| size_t | msg_server_id_count |
| 消息服务器 ID 列表数量 | |
| void * | user_data |
| 自定义用户数据 | |
| nim_qchat_get_quick_comments_cb_func NIMQChatGetQuickCommentsParam::cb |
获取快捷评论异步回调
| uint64_t NIMQChatGetQuickCommentsParam::channel_id |
频道ID
| size_t NIMQChatGetQuickCommentsParam::msg_server_id_count |
消息服务器 ID 列表数量
| uint64_t* NIMQChatGetQuickCommentsParam::msg_server_id_list |
消息服务器 ID 列表
| uint64_t NIMQChatGetQuickCommentsParam::server_id |
服务器ID
| void* NIMQChatGetQuickCommentsParam::user_data |
自定义用户数据