ChatDownloadCallback constructor
ChatDownloadCallback({})
~english Create a group shared file download callback. ~end
~chinese 创建文件下载对象。 ~end
Implementation
ChatDownloadCallback({
this.onSuccess,
this.onError,
this.onProgress,
});