diff options
| author | levlam <levlam@telegram.org> | 2026-03-26 16:42:59 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-03-26 16:42:59 +0300 |
| commit | 3db7aaeba6b045fbbaa4340321091bbf9ca4b47c (patch) | |
| tree | cfddf9d033a962a8b6218005c98391669c674930 /SplitSource.php | |
| parent | d4cc165de874629d79c651b0f5a9f039dff1b59c (diff) | |
Add td_api::diffText.
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 5923e5b2b..f5ec6550d 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -344,6 +344,7 @@ function split_file($file, $chunks, $undo) { 'DialogParticipantFilter' => 'DialogParticipantFilter', 'dialog_participant_manager[_(-](?![.]get[(][)])|DialogParticipantManager' => 'DialogParticipantManager', 'DialogSource' => 'DialogSource', + 'DiffText' => 'DiffText', 'DisallowedGiftsSettings' => 'DisallowedGiftsSettings', 'documents_manager[_(-](?![.]get[(][)])|DocumentsManager' => 'DocumentsManager', 'download_manager[_(-](?![.]get[(][)])|DownloadManager[^C]' => 'DownloadManager', |
