diff options
| author | levlam <levlam@telegram.org> | 2025-07-10 07:45:44 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-07-10 07:45:44 +0300 |
| commit | 1384798e937565c35851cc308a38846fcdeaff04 (patch) | |
| tree | 427b09989737cd0b24604755ced3ce2a83a6c41c /SplitSource.php | |
| parent | f78c63cec9ed1038c82d79902b1f22d0c4962b26 (diff) | |
Add class SuggestedPostPrice.
Diffstat (limited to 'SplitSource.php')
| -rw-r--r-- | SplitSource.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SplitSource.php b/SplitSource.php index 2d01ff04f..35d076e02 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -446,6 +446,7 @@ function split_file($file, $chunks, $undo) { 'story_manager[_(-](?![.]get[(][)])|StoryManager' => 'StoryManager', 'SuggestedAction|[a-z_]*_suggested_action' => 'SuggestedAction', 'suggested_action_manager[_(-](?![.]get[(][)])|SuggestedActionManager' => 'SuggestedActionManager', + 'SuggestedPostPrice' => 'SuggestedPostPrice', 'SynchronousRequests' => 'SynchronousRequests', 'TargetDialogTypes' => 'TargetDialogTypes', 'td_api' => 'td_api', |
