We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87dba9f + d8df849 commit d709fb0Copy full SHA for d709fb0
src/BotApi.php
@@ -372,7 +372,7 @@ public function copyMessage(
372
$allowSendingWithoutReply = false,
373
$replyMarkup = null
374
) {
375
- return Message::fromResponse($this->call('sendMessage', [
+ return Message::fromResponse($this->call('copyMessage', [
376
'chat_id' => $chatId,
377
'from_chat_id' => $fromChatId,
378
'message_id' => (int)$messageId,
0 commit comments