|
@@ -64,8 +64,8 @@ type OutFile =
|
|
| WriteStream
|
|
| WriteStream
|
|
| { write: Function; close?: Function };
|
|
| { write: Function; close?: Function };
|
|
type ProgressCallback = (
|
|
type ProgressCallback = (
|
|
- total: bigInt.BigInteger,
|
|
|
|
- downloaded: bigInt.BigInteger
|
|
|
|
|
|
+ downloaded: bigInt.BigInteger,
|
|
|
|
+ total: bigInt.BigInteger
|
|
) => void;
|
|
) => void;
|
|
type ButtonLike = Api.TypeKeyboardButton | Button;
|
|
type ButtonLike = Api.TypeKeyboardButton | Button;
|
|
|
|
|