Update API and fix phone input format

This commit is contained in:
Ali
2021-11-25 19:39:34 +04:00
parent 17ca45d496
commit e5f27d389a
22 changed files with 61 additions and 416 deletions

View File

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