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