NIM 跨平台 C++ SDK
|
#include <nim_qchat_attachment_cpp_def.h>
Public 成员函数 | |
QChatAttachmentDownloadResp ()=default | |
QChatAttachmentDownloadResp (const NIMQChatAttachmentDownloadResp &c_resp) | |
Public 属性 | |
uint32_t | res_code {0} |
操作结果, 参考NIMResCode | |
NIMQChatDownloadResType | res_type {NIMQChatDownloadResTypeSource} |
下载资源类型 | |
std::string | task_id {""} |
任务id, 自动下载的任务则为消息id | |
std::string | file_path {""} |
下载后的文件路径 | |
|
default |
|
inline |
std::string nim::QChatAttachmentDownloadResp::file_path {""} |
下载后的文件路径
uint32_t nim::QChatAttachmentDownloadResp::res_code {0} |
操作结果, 参考NIMResCode
NIMQChatDownloadResType nim::QChatAttachmentDownloadResp::res_type {NIMQChatDownloadResTypeSource} |
下载资源类型
std::string nim::QChatAttachmentDownloadResp::task_id {""} |
任务id, 自动下载的任务则为消息id