diff --git a/src/Connection.php b/src/Connection.php index 93bc7ee2f7..1f8b87335d 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -530,7 +530,6 @@ private function methodAbstractions(string &$method, array &$arguments): void 'top_msg_id' => $arguments['top_msg_id'] ?? null ]; unset($arguments['reply_to_msg_id'], $arguments['top_msg_id']); - } } /**