Support bot reply placeholders

This commit is contained in:
Ali
2021-06-18 16:14:55 +04:00
parent e6b719525b
commit 95efd7a932
13 changed files with 274 additions and 40 deletions

View File

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