NIM PC Cross Platform SDK
|
Public Member Functions | |
QChatChannelGetExistingWhiteBlackRolesParam (const NIMQChatChannelGetExistingWhiteBlackRolesParam &c_param) | |
const NIMQChatChannelGetExistingWhiteBlackRolesParam | ToCParam () const |
Public Attributes | |
GetExistingWhiteBlackRolesCallback | cb {nullptr} |
回调函数 | |
uint64_t | server_id {0} |
服务器ID | |
uint64_t | channel_id {0} |
频道ID | |
NIMQChatChannelWhiteBlackType | type {kNIMQChatChannelBlack} |
白/黑名单类型 | |
std::list< uint64_t > | role_ids |
身份组id列表 | |
Protected Attributes | |
std::vector< uint64_t > | role_ids_vec |