Update API

This commit is contained in:
Ilya Laktyushin
2021-11-03 00:44:41 +04:00
parent 9daed68d53
commit 7b3d1c6f59
14 changed files with 178 additions and 1 deletions

View File

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