@@ -1 +1 @@
-export const version = "2.17.0";
+export const version = "2.17.8";
@@ -666,6 +666,7 @@ export async function sendFile(
clearDraft: clearDraft,
forceDocument: forceDocument,
noforwards: noforwards,
+ topMsgId: topMsgId,
});
}
if (Array.isArray(caption)) {
@@ -1,12 +1,12 @@
{
"name": "telegram",
- "version": "2.17.4",
+ "version": "2.17.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"license": "MIT",
"dependencies": {
"@cryptography/aes": "^0.1.1",
@@ -1,6 +1,6 @@
"description": "NodeJS/Browser MTProto API Telegram client library,",
"main": "index.js",
"types": "index.d.ts",