Various improvements

This commit is contained in:
Ilya Laktyushin
2024-03-20 19:55:36 +04:00
parent a2b6e41fd2
commit 2acb93f386
12 changed files with 100 additions and 51 deletions

View File

@@ -75,7 +75,7 @@ public enum ContactMultiselectionControllerMode {
case peerSelection(searchChatList: Bool, searchGroups: Bool, searchChannels: Bool)
case channelCreation
case chatSelection(ChatSelection)
case premiumGifting(birthdays: [EnginePeer.Id: TelegramBirthday]?)
case premiumGifting(birthdays: [EnginePeer.Id: TelegramBirthday]?, selectToday: Bool)
case requestedUsersSelection
}