diff --git a/app/Helpers/BotHelper.php b/app/Helpers/BotHelper.php index c5cab0af..b330957e 100644 --- a/app/Helpers/BotHelper.php +++ b/app/Helpers/BotHelper.php @@ -694,8 +694,7 @@ public static function sendPhoto(mixed $chat_id, string $photoUrl, string $title 'chat_id' => $chat_id, 'photo' => $photoUrl, 'title' => $title, - 'caption' => $caption, - 'parse_mode' => "html" + 'caption' => $caption ]; return $messenger->sendPhoto($content);