diff options
| author | levlam <levlam@telegram.org> | 2025-07-11 20:23:44 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-07-11 20:23:44 +0300 |
| commit | 9db58ff18280e8782953a01d0fc11622499fb6af (patch) | |
| tree | ff2586964021b1e5c931271a54f2e4075d24b140 /SplitSource.php | |
| parent | 3c4b74c635a0b754736c4ec0b0eb976d83abbedc (diff) | |
Add class CurrencyAmount.
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 0b3b84861..08c2c8c1d 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -337,6 +337,7 @@ function split_file($file, $chunks, $undo) { 'common_dialog_manager[_(-](?![.]get[(][)])|CommonDialogManager' => 'CommonDialogManager', 'connection_state_manager[_(-](?![.]get[(][)])|ConnectionStateManager' => 'ConnectionStateManager', 'country_info_manager[_(-](?![.]get[(][)])|CountryInfoManager' => 'CountryInfoManager', + 'CurrencyAmount' => 'CurrencyAmount', 'CustomEmojiId' => 'CustomEmojiId', 'device_token_manager[_(-](?![.]get[(][)])|DeviceTokenManager' => 'DeviceTokenManager', 'DialogAction[^M]' => 'DialogAction', |
