diff --git a/gramjs/define.d.ts b/gramjs/define.d.ts index fad04ce1..5b00886f 100644 --- a/gramjs/define.d.ts +++ b/gramjs/define.d.ts @@ -64,8 +64,8 @@ type OutFile = | WriteStream | { write: Function; close?: Function }; type ProgressCallback = ( - total: bigInt.BigInteger, - downloaded: bigInt.BigInteger + downloaded: bigInt.BigInteger, + total: bigInt.BigInteger ) => void; type ButtonLike = Api.TypeKeyboardButton | Button;