mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00

Fixed music playback panel glitches Added ability to display more than 100 message search results Fixed instagram videos playback
10 lines
192 B
Swift
10 lines
192 B
Swift
import Foundation
|
|
import Postbox
|
|
import TelegramCore
|
|
|
|
struct ChatSearchState: Equatable {
|
|
let query: String
|
|
let location: SearchMessagesLocation
|
|
let loadMoreIndex: MessageIndex?
|
|
}
|