diff options
| author | levlam <levlam@telegram.org> | 2025-08-29 17:35:46 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-08-29 17:35:46 +0300 |
| commit | 3aec832acb1263f52b6f704fe32c2c72fa1640fc (patch) | |
| tree | e8c7814c28ac713dcc100f375b00b74d3cfa5068 /SplitSource.php | |
| parent | 13e520dd5b7d3653d76a8102d273f558b070a1e3 (diff) | |
Add class StoryAlbumId.
Diffstat (limited to 'SplitSource.php')
| -rw-r--r-- | SplitSource.php | 2 |
1 files changed, 2 insertions, 0 deletions
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', |
