Merge commit 'c751b2b790a37424fe946935dab950c9121cb975'

This commit is contained in:
Isaac
2024-05-24 15:52:04 +04:00
19 changed files with 203 additions and 98 deletions

View File

@@ -407,6 +407,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?