From 3aec832acb1263f52b6f704fe32c2c72fa1640fc Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 29 Aug 2025 17:35:46 +0300 Subject: Add class StoryAlbumId. --- SplitSource.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SplitSource.php') diff --git a/SplitSource.php b/SplitSource.php index 7cc5d4dae..6c66dceba 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -420,6 +420,7 @@ function split_file($file, $chunks, $undo) { 'StarGift[^A-Z]' => 'StarGift', 'StarGiftAttribute[^I]' => 'StarGiftAttribute', 'StarGiftAttributeId' => 'StarGiftAttributeId', + 'StarGiftCollectionId' => 'StarGiftCollectionId', 'StarGiftId' => 'StarGiftId', 'star_gift_manager[_(-](?![.]get[(][)])|StarGiftManager' => 'StarGiftManager', 'StarGiftResalePrice' => 'StarGiftResalePrice', @@ -433,6 +434,7 @@ function split_file($file, $chunks, $undo) { 'StickerSetId' => 'StickerSetId', 'stickers_manager[_(-](?![.]get[(][)])|StickersManager' => 'StickersManager', 'storage_manager[_(-](?![.]get[(][)])|StorageManager' => 'StorageManager', + 'StoryAlbumId' => 'StoryAlbumId', 'StoryId' => 'StoryId', 'StoryListId' => 'StoryListId', 'story_manager[_(-](?![.]get[(][)])|StoryManager' => 'StoryManager', -- cgit v1.2.3