Skip to content

qchat_def.attachment_def

Zvicii edited this page Nov 22, 2022 · 5 revisions

Module: qchat_def/attachment_def

Table of contents

Interfaces

Type Aliases

Type Aliases

AttachmentCustomTokenCallback

Ƭ AttachmentCustomTokenCallback: (resp: QChatAttachmentCustomTokenResp) => QChatAttachmentCustomTokenResp

Type declaration

▸ (resp): QChatAttachmentCustomTokenResp

获取附件自定义token回调

Parameters
Name Type
resp QChatAttachmentCustomTokenResp
Returns

QChatAttachmentCustomTokenResp

Defined in

ts/qchat_def/attachment_def.ts:42


AttachmentUploadCallback

Ƭ AttachmentUploadCallback: (resp: QChatAttachmentUploadResp) => void

Type declaration

▸ (resp): void

上传附件回调

Parameters
Name Type
resp QChatAttachmentUploadResp
Returns

void

Defined in

ts/qchat_def/attachment_def.ts:44


AttachmentDownloadCallback

Ƭ AttachmentDownloadCallback: (resp: QChatAttachmentDownloadResp) => void

Type declaration

▸ (resp): void

下载附件回调

Parameters
Name Type
resp QChatAttachmentDownloadResp
Returns

void

Defined in

ts/qchat_def/attachment_def.ts:46


AttachmentProgressCallback

Ƭ AttachmentProgressCallback: (resp: QChatAttachmentProgressResp) => void

Type declaration

▸ (resp): void

上传/下载附件进度回调

Parameters
Name Type
resp QChatAttachmentProgressResp
Returns

void

Defined in

ts/qchat_def/attachment_def.ts:48

Clone this wiki locally