diff options
| author | levlam <levlam@telegram.org> | 2025-08-29 14:40:01 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-08-29 14:40:01 +0300 |
| commit | c9a9b84b2c079a64e3f4f551b048d6e8a259a52f (patch) | |
| tree | 815dc1fd9c156c61968be79e9b0fb4c2bd272d4b /SplitSource.php | |
| parent | 2a9c79c0f431d954656833608cfd80d6f4d5a130 (diff) | |
Add td_api::publicPostSearchLimits.
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 ce2c37bae..7cc5d4dae 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -409,6 +409,7 @@ function split_file($file, $chunks, $undo) { 'RequestActor|RequestOnceActor' => 'RequestActor', 'saved_messages_manager[_(-](?![.]get[(][)])|SavedMessagesManager' => 'SavedMessagesManager', 'ScopeNotificationSettings|[a-z_]*_scope_notification_settings' => 'ScopeNotificationSettings', + 'SearchPostsFlood' => 'SearchPostsFlood', 'SecretChatActor' => 'SecretChatActor', 'secret_chats_manager[_(-]|SecretChatsManager' => 'SecretChatsManager', 'secure_manager[_(-](?![.]get[(][)])|SecureManager' => 'SecureManager', |
