NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam结构体 参考

#include <nim_qchat_channel_def.h>

Public 属性

nim_qchat_channel_get_category_white_black_members_cb_func cb
 获取频道分组白/黑名单成员回调
 
void * user_data
 自定义用户数据
 
uint64_t server_id
 服务器 ID
 
uint64_t category_id
 分组ID
 
NIMQChatChannelWhiteBlackType type
 白/黑名单类型
 
char ** accids
 成员ID列表
 
size_t accids_count
 成员ID列表长度
 

类成员变量说明

◆ accids

char** NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam::accids

成员ID列表

◆ accids_count

size_t NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam::accids_count

成员ID列表长度

◆ category_id

uint64_t NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam::category_id

分组ID

◆ cb

nim_qchat_channel_get_category_white_black_members_cb_func NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam::cb

获取频道分组白/黑名单成员回调

◆ server_id

uint64_t NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam::server_id

服务器 ID

◆ type

NIMQChatChannelWhiteBlackType NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam::type

白/黑名单类型

◆ user_data

void* NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam::user_data

自定义用户数据


该结构体的文档由以下文件生成: