NIM PC Cross Platform SDK
|
Public Member Functions | |
QChatChannelGetExistingWhiteBlackMembersParam (const NIMQChatChannelGetExistingWhiteBlackMembersParam &c_param) | |
const NIMQChatChannelGetExistingWhiteBlackMembersParam | ToCParam () const |
Public Attributes | |
GetExistingWhiteBlackMembersCallback | cb {nullptr} |
回调函数 | |
uint64_t | server_id {0} |
服务器ID | |
uint64_t | channel_id {0} |
频道ID | |
NIMQChatChannelWhiteBlackType | type {kNIMQChatChannelBlack} |
白/黑名单类型 | |
std::list< std::string > | accids |
用户accid列表 | |
Protected Attributes | |
std::vector< char * > | accids_vec |