seven 1 сар өмнө
parent
commit
657805134a

+ 1 - 0
app/Services/BaseService.php

@@ -147,6 +147,7 @@ class BaseService
         }
         if(!empty($image)){
             $botMsg['photo'] = InputFile::create($image);
+            $botMsg['caption'] = $text;
             self::telegram()->sendPhoto($botMsg);
         }else{
             self::telegram()->sendMessage($botMsg);