mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Business
This commit is contained in:
@@ -45,6 +45,7 @@ public enum ContactMultiselectionControllerMode {
|
||||
public var chatListFilters: [ChatListFilter]?
|
||||
public var displayAutoremoveTimeout: Bool
|
||||
public var displayPresence: Bool
|
||||
public var onlyUsers: Bool
|
||||
|
||||
public init(
|
||||
title: String,
|
||||
@@ -53,7 +54,8 @@ public enum ContactMultiselectionControllerMode {
|
||||
additionalCategories: ContactMultiselectionControllerAdditionalCategories?,
|
||||
chatListFilters: [ChatListFilter]?,
|
||||
displayAutoremoveTimeout: Bool = false,
|
||||
displayPresence: Bool = false
|
||||
displayPresence: Bool = false,
|
||||
onlyUsers: Bool = false
|
||||
) {
|
||||
self.title = title
|
||||
self.searchPlaceholder = searchPlaceholder
|
||||
@@ -62,6 +64,7 @@ public enum ContactMultiselectionControllerMode {
|
||||
self.chatListFilters = chatListFilters
|
||||
self.displayAutoremoveTimeout = displayAutoremoveTimeout
|
||||
self.displayPresence = displayPresence
|
||||
self.onlyUsers = onlyUsers
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user