1
0
Эх сурвалжийг харах

Add top msg id to albums.

Painor 2 жил өмнө
parent
commit
5aa75cc43b

+ 1 - 1
gramjs/Version.ts

@@ -1 +1 @@
-export const version = "2.17.0";
+export const version = "2.17.8";

+ 1 - 0
gramjs/client/uploads.ts

@@ -666,6 +666,7 @@ export async function sendFile(
             clearDraft: clearDraft,
             forceDocument: forceDocument,
             noforwards: noforwards,
+            topMsgId: topMsgId,
         });
     }
     if (Array.isArray(caption)) {

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "telegram",
-  "version": "2.17.4",
+  "version": "2.17.8",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "telegram",
-      "version": "2.17.4",
+      "version": "2.17.8",
       "license": "MIT",
       "dependencies": {
         "@cryptography/aes": "^0.1.1",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "telegram",
-  "version": "2.17.4",
+  "version": "2.17.8",
   "description": "NodeJS/Browser MTProto API Telegram client library,",
   "main": "index.js",
   "types": "index.d.ts",