Resumable attachment downloads

This commit is contained in:
Fedor Indutny
2024-08-19 13:05:35 -07:00
committed by GitHub
parent 2c92591b59
commit 38f532cdda
22 changed files with 401 additions and 89 deletions

View File

@@ -119,6 +119,7 @@ export type ProcessedAttachment = {
cdnNumber?: number;
textAttachment?: Omit<TextAttachmentType, 'preview'>;
backupLocator?: AttachmentType['backupLocator'];
downloadPath?: string;
};
export type ProcessedGroupV2Context = {