NIM PC Cross Platform SDK
|
Public Member Functions | |
QChatChannelCategoryGetExistingWhiteBlackMembersParam (const NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam &c_param) | |
const NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam | ToCParam () const |
Public Attributes | |
ChannelCategoryGetExistingWhiteBlackMembersCallback | cb {nullptr} |
获取频道分组白/黑名单成员回调 | |
uint64_t | server_id {0} |
服务器 ID | |
uint64_t | category_id {0} |
分组ID | |
NIMQChatChannelWhiteBlackType | type {kNIMQChatChannelBlack} |
白/黑名单类型 | |
std::list< std::string > | accids |
成员ID列表 | |
Protected Attributes | |
std::vector< char * > | vec_accids |