@@ -1 +1 @@
-export const version = "1.2.0";
+export const version = "1.5.26";
@@ -91,6 +91,7 @@ export class TelegramBaseClient {
} else {
this._log = baseLogger
}
+ this._log.debug("Running gramJS version "+version);
if (!(session instanceof StoreSession) && !(session instanceof StringSession)) {
throw new Error("Only StringSession and StoreSessions are supported currently :( ");
@@ -1,6 +1,6 @@
{
"name": "telegram",
- "version": "1.5.24",
+ "version": "1.5.26",
"description": "NodeJS MTProto API Telegram client library,",
"main": "index.js",
"types": "index.d.ts",