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.

Type declaration

  • downloadedBytes: number | BigInt
  • totalBytes: number | BigInt
  • type: "Progress"