diff options
| author | levlam <levlam@telegram.org> | 2026-04-16 17:21:53 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-04-16 17:21:53 +0300 |
| commit | 327531a5415048c842900d6bff43c640a89539d5 (patch) | |
| tree | b980ff4c04920c035cccb0587965f59aed8542c9 /SplitSource.php | |
| parent | 23971a844ada10205b06825e71fc6bc861c9fe46 (diff) | |
Add td_api::textCompositionStyleExample.
Diffstat (limited to 'SplitSource.php')
| -rw-r--r-- | SplitSource.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SplitSource.php b/SplitSource.php index 03d861e1c..4915cde9b 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -287,7 +287,8 @@ function split_file($file, $chunks, $undo) { 'ActiveStoryState' => 'ActiveStoryState', 'AffiliateType' => 'AffiliateType', 'AgeVerificationParameters' => 'AgeVerificationParameters', - 'AiComposeTone' => 'AiComposeTone', + 'AiComposeTone[^A-Z]' => 'AiComposeTone', + 'AiComposeToneExample' => 'AiComposeToneExample', 'alarm_manager[_(-](?![.]get[(][)])|AlarmManager' => 'AlarmManager', 'animations_manager[_(-](?![.]get[(][)])|AnimationsManager[^;>]' => 'AnimationsManager', 'attach_menu_manager[_(-](?![.]get[(][)])|AttachMenuManager[^;>]' => 'AttachMenuManager', |
