From a4e7a904c3c601fd24c90d02693af97c2d34f775 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 2 Jun 2023 18:56:53 +0200 Subject: [PATCH] Update example --- examples/bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bot.php b/examples/bot.php index 369a870b4c..9d3c796f72 100755 --- a/examples/bot.php +++ b/examples/bot.php @@ -201,7 +201,7 @@ public function onUpdateNewMessage(array $update): void } $this->broadcastForwardMessages( from_peer: $update, - ids: [$update['message']['reply_to']['reply_to_msg_id']], + message_ids: [$update['message']['reply_to']['reply_to_msg_id']], drop_author: true, ); return;