NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim::QChatServerSubscribeAllChannelResp结构体 参考

#include <nim_qchat_server_cpp_def.h>

Public 成员函数

 QChatServerSubscribeAllChannelResp ()=default
 
 QChatServerSubscribeAllChannelResp (const NIMQChatServerSubscribeAllChannelResp &c_resp)
 
NIMQChatServerSubscribeAllChannelResp ToCParam () const
 

Public 属性

uint32_t res_code {0}
 操作结果, 参考NIMResCode
 
std::vector< uint64_t > failed_servers {}
 订阅失败的服务器 id
 
std::vector< NIMQChatUnreadInfounread_infos {}
 频道未读信息, 内部使用,未读相关变更关注RegUnreadCb回调
 

构造及析构函数说明

◆ QChatServerSubscribeAllChannelResp() [1/2]

nim::QChatServerSubscribeAllChannelResp::QChatServerSubscribeAllChannelResp ( )
default

◆ QChatServerSubscribeAllChannelResp() [2/2]

nim::QChatServerSubscribeAllChannelResp::QChatServerSubscribeAllChannelResp ( const NIMQChatServerSubscribeAllChannelResp c_resp)
inline

成员函数说明

◆ ToCParam()

NIMQChatServerSubscribeAllChannelResp nim::QChatServerSubscribeAllChannelResp::ToCParam ( ) const
inline

类成员变量说明

◆ failed_servers

std::vector<uint64_t> nim::QChatServerSubscribeAllChannelResp::failed_servers {}

订阅失败的服务器 id

◆ res_code

uint32_t nim::QChatServerSubscribeAllChannelResp::res_code {0}

操作结果, 参考NIMResCode

◆ unread_infos

std::vector<NIMQChatUnreadInfo> nim::QChatServerSubscribeAllChannelResp::unread_infos {}

频道未读信息, 内部使用,未读相关变更关注RegUnreadCb回调


该结构体的文档由以下文件生成: