Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chat-manager
MessageAttachmentDownloadResult
Interface MessageAttachmentDownloadResult
消息附件下载结果。
interface
MessageAttachmentDownloadResult
{
filename
:
string
;
mimeType
:
string
;
size
?:
number
;
data
:
Uint8Array
;
downloadUrl
:
string
;
}
Index
Properties
filename
mime
Type
size?
data
download
Url
Properties
filename
filename
:
string
附件文件名。
mime
Type
mimeType
:
string
附件的 MIME 类型。
Optional
size
size
?:
number
附件大小,单位为字节。
data
data
:
Uint8Array
附件的二进制数据。
download
Url
downloadUrl
:
string
实际下载地址。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
filename
mime
Type
size
data
download
Url
IM SDK Web API 文档
Loading...
消息附件下载结果。