diff --git a/src/BotApi.php b/src/BotApi.php index e7d51756..c79f0eb7 100644 --- a/src/BotApi.php +++ b/src/BotApi.php @@ -372,7 +372,7 @@ public function copyMessage( $allowSendingWithoutReply = false, $replyMarkup = null ) { - return Message::fromResponse($this->call('sendMessage', [ + return Message::fromResponse($this->call('copyMessage', [ 'chat_id' => $chatId, 'from_chat_id' => $fromChatId, 'message_id' => (int)$messageId,