@@ -68,7 +68,8 @@ class SanJinRechargeService
$text = "请输入预充值金额!";
$res = [
'chat_id' => $chatId,
- 'text' => $text
+ 'text' => $text,
+ 'message_id' => $messageId
];
$telegram->editMessageText($res);
}