Skip to content

Commit

Permalink
quran bot v6.10.1 parse_mode HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
saber13812002 committed Sep 6, 2023
1 parent 5ff0902 commit 566beb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Helpers/BotHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 566beb1

Please sign in to comment.