Move json processing into tgcalls [skip ci]

This commit is contained in:
Ali
2021-04-29 01:54:00 +04:00
parent 21e0eab9e4
commit 6d4bbd0b75
12 changed files with 344 additions and 643 deletions

View File

@@ -210,7 +210,7 @@ public class BoxedMessage: NSObject {
public class Serialization: NSObject, MTSerialization {
public func currentLayer() -> UInt {
return 128
return 129
}
public func parseMessage(_ data: Data!) -> Any! {