mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-06-20 18:24:43 +00:00
e9a4a9347a
This reverts commit 789438a274
11 lines
215 B
Swift
11 lines
215 B
Swift
import Foundation
|
|
import Postbox
|
|
import TelegramCore
|
|
import SyncCore
|
|
|
|
struct ChatSearchState: Equatable {
|
|
let query: String
|
|
let location: SearchMessagesLocation
|
|
let loadMoreState: SearchMessagesState?
|
|
}
|