NIM PC Cross Platform SDK
nim::IMFile Struct Reference

文件消息附件 More...

#include <nim_talk_helper.h>

Inheritance diagram for nim::IMFile:
nim::IMAudio nim::IMImage nim::IMVideo

Public Member Functions

 IMFile ()
 
std::string ToJsonString (nim_cpp_wrapper_util::Json::Value &attach) const
 组装Json Value字符串 More...
 
std::string ToJsonString () const
 组装Json Value字符串 More...
 

Public Attributes

std::string md5_
 文件内容MD5
 
int64_t size_
 文件大小
 
std::string url_
 上传云端后得到的文件下载地址
 
std::string display_name_
 用于显示的文件名称
 
std::string file_extension_
 文件扩展名
 
std::string msg_attachment_tag_
 string, (可选)发送含有附件的消息时使用的场景标签(可参见nos删除策略) Audio Image Video File或者可以被SDK解析到本地文件路径的自定义消息
 

Detailed Description

文件消息附件

Constructor & Destructor Documentation

◆ IMFile()

nim::IMFile::IMFile ( )
inline

构造函数

Member Function Documentation

◆ ToJsonString() [1/2]

std::string nim::IMFile::ToJsonString ( ) const
inline

组装Json Value字符串

Returns
string Json Value字符串

◆ ToJsonString() [2/2]

std::string nim::IMFile::ToJsonString ( nim_cpp_wrapper_util::Json::Value attach) const
inline

组装Json Value字符串

Parameters
[in]attachJson Value字符串
Returns
string Json Value字符串

The documentation for this struct was generated from the following file: