|
|
@@ -692,7 +692,7 @@ class TelegramWebHook extends BaseController
|
|
|
|
|
|
if ($image != '') {
|
|
|
$botMsg['photo'] = InputFile::create($image);
|
|
|
- $botMsg['caption'] = $replyInfo->reply;
|
|
|
+ $botMsg['caption'] = lang($replyInfo->reply);
|
|
|
$botMsg['protect_content'] = true; // 防止转发
|
|
|
KeyboardService::telegram()->sendPhoto($botMsg);
|
|
|
} else {
|