NIM PC Cross Platform SDK
|
#include <nim_qchat_channel_cpp_def.h>
Public 成员函数 | |
QChatChannelUpdateWhiteBlackMembersParam ()=default | |
QChatChannelUpdateWhiteBlackMembersParam (const NIMQChatChannelUpdateWhiteBlackMembersParam &c_param) | |
NIMQChatChannelUpdateWhiteBlackMembersParam | ToCParam () const |
Public 属性 | |
UpdateWhiteBlackMembersCallback | cb {nullptr} |
回调函数 更多... | |
uint64_t | server_id {0} |
服务器ID 更多... | |
uint64_t | channel_id {0} |
频道ID 更多... | |
std::vector< std::string > | accids |
用户accid列表 更多... | |
NIMQChatChannelWhiteBlackType | type {kNIMQChatChannelBlack} |
白/黑名单类型 更多... | |
NIMQChatChannelWhiteBlackOpeType | ope_type {kNIMQChatChannelWhiteBlackOpeTypeAdd} |
操作类型 更多... | |
Protected 属性 | |
std::vector< char * > | accids_vec |
|
default |
|
inline |
|
inline |
std::vector<std::string> nim::QChatChannelUpdateWhiteBlackMembersParam::accids |
用户accid列表
|
mutableprotected |
UpdateWhiteBlackMembersCallback nim::QChatChannelUpdateWhiteBlackMembersParam::cb {nullptr} |
回调函数
uint64_t nim::QChatChannelUpdateWhiteBlackMembersParam::channel_id {0} |
频道ID
NIMQChatChannelWhiteBlackOpeType nim::QChatChannelUpdateWhiteBlackMembersParam::ope_type {kNIMQChatChannelWhiteBlackOpeTypeAdd} |
操作类型
uint64_t nim::QChatChannelUpdateWhiteBlackMembersParam::server_id {0} |
服务器ID
NIMQChatChannelWhiteBlackType nim::QChatChannelUpdateWhiteBlackMembersParam::type {kNIMQChatChannelBlack} |
白/黑名单类型