NIM PC Cross Platform SDK
|
Public Member Functions | |
QChatKickResp (const NIMQChatKickResp &c_resp) | |
NIMQChatKickResp | ToCParam () const |
Public Attributes | |
uint32_t | res_code {0} |
操作结果, 参考NIMResCode | |
std::list< std::string > | kicked_device_ids {} |
被踢的设备id列表 | |
Protected Attributes | |
std::vector< char * > | vec_kicked_device_ids |