mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Peer selection improvements
This commit is contained in:
@@ -14,12 +14,14 @@ public struct ChatListNodeAdditionalCategory {
|
||||
|
||||
public var id: Int
|
||||
public var icon: UIImage?
|
||||
public var smallIcon: UIImage?
|
||||
public var title: String
|
||||
public var appearance: Appearance
|
||||
|
||||
public init(id: Int, icon: UIImage?, title: String, appearance: Appearance = .option) {
|
||||
public init(id: Int, icon: UIImage?, smallIcon: UIImage?, title: String, appearance: Appearance = .option) {
|
||||
self.id = id
|
||||
self.icon = icon
|
||||
self.smallIcon = smallIcon
|
||||
self.title = title
|
||||
self.appearance = appearance
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user