mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[WIP] Topics
This commit is contained in:
@@ -345,14 +345,14 @@ public final class ChatPresentationInterfaceState: Equatable {
|
||||
public var title: String
|
||||
public var icon: Int64?
|
||||
public var iconColor: Int32
|
||||
public var isOwn: Bool
|
||||
public var isOwnedByMe: Bool
|
||||
public var isClosed: Bool
|
||||
|
||||
public init(title: String, icon: Int64?, iconColor: Int32, isOwn: Bool, isClosed: Bool) {
|
||||
public init(title: String, icon: Int64?, iconColor: Int32, isOwnedByMe: Bool, isClosed: Bool) {
|
||||
self.title = title
|
||||
self.icon = icon
|
||||
self.iconColor = iconColor
|
||||
self.isOwn = isOwn
|
||||
self.isOwnedByMe = isOwnedByMe
|
||||
self.isClosed = isClosed
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user