topic history bug fix and thread-info for search messages

This commit is contained in:
Mike Renoir
2022-10-13 21:33:24 +04:00
parent c2d84dc649
commit 77a4ba76bd
4 changed files with 93 additions and 23 deletions

View File

@@ -59,7 +59,7 @@ public struct MessageHistoryThreadData: Codable, Equatable {
public var author: PeerId
public var info: EngineMessageHistoryThread.Info
public var incomingUnreadCount: Int32
public var maxIncomingReadId: Int32
public var maxIncomingReadId: Int32
public var maxKnownMessageId: Int32
public var maxOutgoingReadId: Int32
public var notificationSettings: TelegramPeerNotificationSettings