|
NIM PC Cross Platform SDK
|
Public Member Functions | |
| QChatAttachmentDownloadResp (const NIMQChatAttachmentDownloadResp &c_resp) | |
Public Attributes | |
| uint32_t | res_code {0} |
| 操作结果, 参考NIMResCode | |
| NIMQChatDownloadResType | res_type {NIMQChatDownloadResTypeSource} |
| 下载资源类型 | |
| std::string | task_id {""} |
| 任务id, 自动下载的任务则为消息id | |
| std::string | file_path {""} |
| 下载后的文件路径 | |