![]() |
NIM 跨平台 C++ SDK
|
#include <nim_qchat_channel_def.h>
Public 属性 | |
| nim_qchat_channel_update_white_black_role_cb_func | cb |
| 更新白/黑名单身份组回调 | |
| void * | user_data |
| 自定义用户数据 | |
| uint64_t | server_id |
| 服务器ID | |
| uint64_t | channel_id |
| 频道ID | |
| uint64_t | role_id |
| 身份组id | |
| NIMQChatChannelWhiteBlackType | type |
| 白/黑名单类型 | |
| NIMQChatChannelWhiteBlackOpeType | ope_type |
| 操作类型 | |
| nim_qchat_channel_update_white_black_role_cb_func NIMQChatChannelUpdateWhiteBlackRoleParam::cb |
更新白/黑名单身份组回调
| uint64_t NIMQChatChannelUpdateWhiteBlackRoleParam::channel_id |
频道ID
| NIMQChatChannelWhiteBlackOpeType NIMQChatChannelUpdateWhiteBlackRoleParam::ope_type |
操作类型
| uint64_t NIMQChatChannelUpdateWhiteBlackRoleParam::role_id |
身份组id
| uint64_t NIMQChatChannelUpdateWhiteBlackRoleParam::server_id |
服务器ID
| NIMQChatChannelWhiteBlackType NIMQChatChannelUpdateWhiteBlackRoleParam::type |
白/黑名单类型
| void* NIMQChatChannelUpdateWhiteBlackRoleParam::user_data |
自定义用户数据