Browse Source

Roll back debug commit

painor 4 years ago
parent
commit
137f279dc2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      gramjs/tl/api.js
  2. 1 1
      package.json

+ 1 - 1
gramjs/tl/api.js

@@ -358,7 +358,7 @@ function createClasses(classesType, params) {
             }
 
             getBytes() {
-                this.validate()
+                // this.validate()
 
                 const idForBytes = this.CONSTRUCTOR_ID
                 const c = Buffer.alloc(4)

+ 1 - 1
package.json

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