telegram-tghub-better-new 0.3.4 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Version.d.ts +1 -1
- package/Version.js +1 -1
- package/client/telegramBaseClient.js +1 -1
- package/package.json +1 -1
- package/tl/AllTLObjects.d.ts +1 -1
- package/tl/AllTLObjects.js +1 -1
- package/tl/api.d.ts +428 -45
- package/tl/apiTl.js +50 -28
package/Version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.
|
|
1
|
+
export declare const version = "0.4.0";
|
package/Version.js
CHANGED
|
@@ -66,7 +66,7 @@ class TelegramBaseClient {
|
|
|
66
66
|
else {
|
|
67
67
|
this._log = new extensions_1.Logger();
|
|
68
68
|
}
|
|
69
|
-
this._log.info("Running
|
|
69
|
+
this._log.info("Running TelegramClient version " + __1.version);
|
|
70
70
|
if (session && typeof session == "string") {
|
|
71
71
|
session = new sessions_1.StoreSession(session);
|
|
72
72
|
}
|
package/package.json
CHANGED
package/tl/AllTLObjects.d.ts
CHANGED
package/tl/AllTLObjects.js
CHANGED