NIM PC Cross Platform SDK
|
Public Member Functions | |
QChatChannelGetChannelsResp (const NIMQChatChannelGetChannelsResp &c_resp) | |
NIMQChatChannelGetChannelsResp | ToCParam () const |
Public Attributes | |
uint32_t | res_code {0} |
操作结果, 参考NIMResCode | |
std::list< QChatChannelInfo > | channel_list {} |
频道列表 | |
Protected Attributes | |
std::vector< NIMQChatChannelInfo > | vec_channels |