diff options
| author | levlam <levlam@telegram.org> | 2025-09-11 18:19:30 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-09-11 18:19:30 +0300 |
| commit | 8592d89716f93d074093ad0603b861d3e9e9f0a1 (patch) | |
| tree | 039f0731d8424f0caf4f570b74756b0feb6186fd /SplitSource.php | |
| parent | 3fb7ad225e5d94979823c6e7485c67a16e33ae55 (diff) | |
Add td_api::ProfileTab.
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 c066d72fe..9cbb8a4e6 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -396,6 +396,7 @@ function split_file($file, $chunks, $undo) { 'PhotoSizeSource' => 'PhotoSizeSource', 'poll_manager[_(-](?![.]get[(][)])|PollManager' => 'PollManager', 'privacy_manager[_(-](?![.]get[(][)])|PrivacyManager' => 'PrivacyManager', + 'ProfileTab' => 'ProfileTab', 'promo_data_manager[_(-](?![.]get[(][)])|PromoDataManager' => 'PromoDataManager', 'PublicDialogType|get_public_dialog_type' => 'PublicDialogType', 'quick_reply_manager[_(-](?![.]get[(][)])|QuickReplyManager' => 'QuickReplyManager', |
