mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various improvements
This commit is contained in:
@@ -314,10 +314,12 @@ public struct ChatControllerInitialBotAppStart {
|
||||
public enum ChatControllerInteractionNavigateToPeer {
|
||||
public struct InfoParams {
|
||||
public let switchToRecommendedChannels: Bool
|
||||
public let switchToGroupsInCommon: Bool
|
||||
public let ignoreInSavedMessages: Bool
|
||||
|
||||
public init(switchToRecommendedChannels: Bool = false, ignoreInSavedMessages: Bool = false) {
|
||||
public init(switchToRecommendedChannels: Bool = false, switchToGroupsInCommon: Bool = false, ignoreInSavedMessages: Bool = false) {
|
||||
self.switchToRecommendedChannels = switchToRecommendedChannels
|
||||
self.switchToGroupsInCommon = switchToGroupsInCommon
|
||||
self.ignoreInSavedMessages = ignoreInSavedMessages
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user