Type Alias AttachmentFetchEventProgress

AttachmentFetchEventProgress: {
    downloadedBytes: number | BigInt;
    totalBytes: number | BigInt;
    type: "Progress";
}

An attachment fetch event used when the attachment's download progressed but is not yet complete.