NIM PC Cross Platform SDK
|
#include <nim_qchat_channel_def.h>
Public 属性 | |
nim_qchat_channel_get_existing_white_black_roles_cb_func | cb |
查询白/黑名单身份组列表回调 | |
void * | user_data |
自定义用户数据 | |
uint64_t | server_id |
服务器ID | |
uint64_t | channel_id |
频道ID | |
NIMQChatChannelWhiteBlackType | type |
白/黑名单类型 | |
uint64_t * | role_ids |
身份组id列表 | |
size_t | role_ids_count |
身份组id列表长度 | |
nim_qchat_channel_get_existing_white_black_roles_cb_func NIMQChatChannelGetExistingWhiteBlackRolesParam::cb |
查询白/黑名单身份组列表回调
uint64_t NIMQChatChannelGetExistingWhiteBlackRolesParam::channel_id |
频道ID
uint64_t* NIMQChatChannelGetExistingWhiteBlackRolesParam::role_ids |
身份组id列表
size_t NIMQChatChannelGetExistingWhiteBlackRolesParam::role_ids_count |
身份组id列表长度
uint64_t NIMQChatChannelGetExistingWhiteBlackRolesParam::server_id |
服务器ID
NIMQChatChannelWhiteBlackType NIMQChatChannelGetExistingWhiteBlackRolesParam::type |
白/黑名单类型
void* NIMQChatChannelGetExistingWhiteBlackRolesParam::user_data |
自定义用户数据