Chat list notices

This commit is contained in:
Isaac
2025-04-29 00:32:23 +02:00
parent b92293efe9
commit 46d9465841
12 changed files with 98 additions and 115 deletions

View File

@@ -93,7 +93,7 @@ public enum ChatListNotice: Equatable {
case starsSubscriptionLowBalance(amount: StarsAmount, peers: [EnginePeer])
case setupPhoto(EnginePeer)
case accountFreeze
case link(url: String, title: String, subtitle: String)
case link(id: String, url: String, title: ServerSuggestionInfo.Item.Text, subtitle: ServerSuggestionInfo.Item.Text)
}
enum ChatListNodeEntry: Comparable, Identifiable {