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

#include <nim_qchat_attachment_def.h>

Public 属性

uint32_t res_code
 操作结果, 参考NIMResCode
 
void * user_data
 自定义用户数据
 
NIMQChatDownloadResType res_type
 下载资源类型
 
char * task_id
 任务id, 自动下载的任务则为消息id
 
char * file_path
 下载后的文件路径
 

类成员变量说明

◆ file_path

char* NIMQChatAttachmentDownloadResp::file_path

下载后的文件路径

◆ res_code

uint32_t NIMQChatAttachmentDownloadResp::res_code

操作结果, 参考NIMResCode

◆ res_type

NIMQChatDownloadResType NIMQChatAttachmentDownloadResp::res_type

下载资源类型

◆ task_id

char* NIMQChatAttachmentDownloadResp::task_id

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

◆ user_data

void* NIMQChatAttachmentDownloadResp::user_data

自定义用户数据


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