diff --git a/submodules/TelegramCore/Sources/TelegramEngine/Payments/StarGiftsCollections.swift b/submodules/TelegramCore/Sources/TelegramEngine/Payments/StarGiftsCollections.swift index 441244bde9..c010ceb2a4 100644 --- a/submodules/TelegramCore/Sources/TelegramEngine/Payments/StarGiftsCollections.swift +++ b/submodules/TelegramCore/Sources/TelegramEngine/Payments/StarGiftsCollections.swift @@ -328,7 +328,7 @@ public final class StarGiftCollectionsContext { } } - private func updateCollection(id: Int32, actions: [UpdateAction]) -> Signal { + public func updateCollection(id: Int32, actions: [UpdateAction]) -> Signal { return _internal_updateStarGiftCollection(account: self.account, peerId: self.peerId, collectionId: id, actions: actions) |> deliverOn(self.queue) |> afterNext { [weak self] collection in