@@ -358,7 +358,7 @@ function createClasses(classesType, params) {
}
getBytes() {
- this.validate()
+ // this.validate()
const idForBytes = this.CONSTRUCTOR_ID
const c = Buffer.alloc(4)
@@ -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",