|
NIM PC Cross Platform SDK
|
Public Member Functions | |
| QChatAttachmentProgressResp (const NIMQChatAttachmentProgressResp &c_resp) | |
Public Attributes | |
| uint32_t | res_code {0} |
| 操作结果, 参考NIMResCode | |
| std::string | task_id {""} |
| 任务id | |
| uint64_t | total_size {0} |
| 文件总大小 | |
| uint64_t | cur_size {0} |
| 当前已经上传/下载的大小 | |