|
|
@@ -696,7 +696,7 @@ class TelegramWebHook extends BaseController
|
|
|
$botMsg['protect_content'] = true; // 防止转发
|
|
|
KeyboardService::telegram()->sendPhoto($botMsg);
|
|
|
} else {
|
|
|
- $botMsg['text'] = $replyInfo->reply;
|
|
|
+ $botMsg['text'] = lang($replyInfo->reply);
|
|
|
|
|
|
KeyboardService::telegram()->sendMessage($botMsg);
|
|
|
}
|