![]() |
NIM 跨平台 C++ SDK
|
#include <nim_qchat_server_def.h>
Public 属性 | |
| nim_qchat_server_join_by_invite_code_cb_func | cb |
| 通过邀请码加入异步回调 | |
| void * | user_data |
| 自定义用户数据 | |
| uint64_t | server_id |
| 服务器 id | |
| char * | invite_code |
| 邀请码 | |
| char * | postscript |
| 附言 | |
| nim_qchat_server_join_by_invite_code_cb_func NIMQChatServerJoinByInviteCodeParam::cb |
通过邀请码加入异步回调
| char* NIMQChatServerJoinByInviteCodeParam::invite_code |
邀请码
| char* NIMQChatServerJoinByInviteCodeParam::postscript |
附言
| uint64_t NIMQChatServerJoinByInviteCodeParam::server_id |
服务器 id
| void* NIMQChatServerJoinByInviteCodeParam::user_data |
自定义用户数据