Bump api layer

This commit is contained in:
Ali 2023-09-06 22:30:46 +04:00
parent a3e7889b3b
commit 5b4d384ca2

View File

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