Reaction improvements

This commit is contained in:
Ali
2021-12-15 02:05:14 +04:00
parent 9f64981aca
commit 7c8315218a
25 changed files with 2644 additions and 172 deletions

View File

@@ -205,6 +205,9 @@ public final class TelegramUser: Peer, Equatable {
}
public static func ==(lhs: TelegramUser, rhs: TelegramUser) -> Bool {
if lhs === rhs {
return true
}
if lhs.id != rhs.id {
return false
}