NIM PC Cross Platform SDK
|
#include <nim_qchat_channel_def.h>
Public 属性 | |
nim_qchat_channel_update_category_white_black_members_cb_func | cb |
更新频道分组白/黑名单成员回调 | |
void * | user_data |
自定义用户数据 | |
uint64_t | server_id |
服务器 ID | |
uint64_t | category_id |
分组ID | |
char ** | accids |
成员ID列表 | |
size_t | accids_count |
成员ID列表长度 | |
NIMQChatChannelWhiteBlackType | type |
白/黑名单类型 | |
NIMQChatChannelWhiteBlackOpeType | ope_type |
操作类型 | |
char** NIMQChatChannelCategoryUpdateWhiteBlackMembersParam::accids |
成员ID列表
size_t NIMQChatChannelCategoryUpdateWhiteBlackMembersParam::accids_count |
成员ID列表长度
uint64_t NIMQChatChannelCategoryUpdateWhiteBlackMembersParam::category_id |
分组ID
nim_qchat_channel_update_category_white_black_members_cb_func NIMQChatChannelCategoryUpdateWhiteBlackMembersParam::cb |
更新频道分组白/黑名单成员回调
NIMQChatChannelWhiteBlackOpeType NIMQChatChannelCategoryUpdateWhiteBlackMembersParam::ope_type |
操作类型
uint64_t NIMQChatChannelCategoryUpdateWhiteBlackMembersParam::server_id |
服务器 ID
NIMQChatChannelWhiteBlackType NIMQChatChannelCategoryUpdateWhiteBlackMembersParam::type |
白/黑名单类型
void* NIMQChatChannelCategoryUpdateWhiteBlackMembersParam::user_data |
自定义用户数据