Attachments: support for incrementalMac and chunkSize

This commit is contained in:
Scott Nonnenberg
2024-10-09 23:13:41 +10:00
committed by GitHub
parent dbf057856f
commit b51a0e0298
19 changed files with 322 additions and 69 deletions

View File

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