Various improvements

This commit is contained in:
Ilya Laktyushin
2024-05-24 13:56:24 +04:00
parent d7f7eefd4b
commit 3ef498d39a
19 changed files with 203 additions and 98 deletions

View File

@@ -286,6 +286,7 @@ public final class ChatTextInputTextCustomEmojiAttribute: NSObject, Codable {
public enum Custom: Codable {
case topic(id: Int64, info: EngineMessageHistoryThread.Info)
case nameColors([UInt32])
case stars
}
public let interactivelySelectedFromPackId: ItemCollectionId?