NIM 跨平台 C++ SDK
|
#include <nim_qchat_role_def.h>
Public 属性 | |
nim_qchat_role_channel_remove_cb_func | cb |
void * | user_data |
uint64_t | server_id |
服务器 ID | |
uint64_t | channel_id |
频道 ID | |
uint64_t | role_id |
身份组 ID | |
nim_qchat_role_channel_remove_cb_func NIMQChatRemoveChannelRoleParam::cb |
uint64_t NIMQChatRemoveChannelRoleParam::channel_id |
频道 ID
uint64_t NIMQChatRemoveChannelRoleParam::role_id |
身份组 ID
uint64_t NIMQChatRemoveChannelRoleParam::server_id |
服务器 ID
void* NIMQChatRemoveChannelRoleParam::user_data |