diff options
| author | levlam <levlam@telegram.org> | 2025-11-05 23:53:45 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-11-05 23:53:45 +0300 |
| commit | 80442ff5a348cde533d21b9c73c9af848ed426ba (patch) | |
| tree | ea81f4445745a3e698fd854cbfaba4ecb1824e5c /SplitSource.php | |
| parent | 5d88e6243a86f0a88dbbc5378c849548a6a5856a (diff) | |
Add td_api::updateGroupCallMessageLevels.
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 74c07857e..f1511693d 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -362,7 +362,8 @@ function split_file($file, $chunks, $undo) { 'GroupCallJoinParameters' => 'GroupCallJoinParameters', 'GroupCallId' => 'GroupCallId', 'group_call_manager[_(-](?![.]get[(][)])|GroupCallManager' => 'GroupCallManager', - 'GroupCallMessage[^I]' => 'GroupCallMessage', + 'GroupCallMessage[^A-Z]' => 'GroupCallMessage', + 'GroupCallMessageLimit' => 'GroupCallMessageLimit', 'hashtag_hints[_(-](?![.]get[(][)])|HashtagHints' => 'HashtagHints', 'inline_message_manager[_(-](?![.]get[(][)])|InlineMessageManager' => 'InlineMessageManager', 'inline_queries_manager[_(-](?![.]get[(][)])|InlineQueriesManager' => 'InlineQueriesManager', |
