NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim::QChatAttachmentDownloadResp结构体 参考

#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 {""}
 下载后的文件路径
 

构造及析构函数说明

◆ QChatAttachmentDownloadResp() [1/2]

nim::QChatAttachmentDownloadResp::QChatAttachmentDownloadResp ( )
default

◆ QChatAttachmentDownloadResp() [2/2]

nim::QChatAttachmentDownloadResp::QChatAttachmentDownloadResp ( const NIMQChatAttachmentDownloadResp c_resp)
inline

类成员变量说明

◆ file_path

std::string nim::QChatAttachmentDownloadResp::file_path {""}

下载后的文件路径

◆ res_code

uint32_t nim::QChatAttachmentDownloadResp::res_code {0}

操作结果, 参考NIMResCode

◆ res_type

NIMQChatDownloadResType nim::QChatAttachmentDownloadResp::res_type {NIMQChatDownloadResTypeSource}

下载资源类型

◆ task_id

std::string nim::QChatAttachmentDownloadResp::task_id {""}

任务id, 自动下载的任务则为消息id


该结构体的文档由以下文件生成: