NIM PC Cross Platform SDK
|
#include <nim_qchat_channel_cpp_def.h>
Public 成员函数 | |
QChatChannelGetChannelsResp ()=default | |
QChatChannelGetChannelsResp (const NIMQChatChannelGetChannelsResp &c_resp) | |
NIMQChatChannelGetChannelsResp | ToCParam () const |
Public 属性 | |
uint32_t | res_code {0} |
操作结果, 参考NIMResCode | |
std::vector< QChatChannelInfo > | channel_list {} |
频道列表 | |
Protected 属性 | |
std::vector< NIMQChatChannelInfo > | vec_channels |
|
default |
|
inline |
|
inline |
std::vector<QChatChannelInfo> nim::QChatChannelGetChannelsResp::channel_list {} |
频道列表
uint32_t nim::QChatChannelGetChannelsResp::res_code {0} |
操作结果, 参考NIMResCode
|
mutableprotected |