Various improvements

This commit is contained in:
Ilya Laktyushin
2023-11-25 17:42:18 +04:00
parent b569c0d4db
commit af9c7ed5d3
25 changed files with 190 additions and 69 deletions

View File

@@ -2,7 +2,7 @@ import Foundation
import UIKit
public enum ChatNavigationButtonAction: Equatable {
case openChatInfo(expandAvatar: Bool)
case openChatInfo(expandAvatar: Bool, recommendedChannels: Bool)
case clearHistory
case clearCache
case cancelMessageSelection