seven 2 ماه پیش
والد
کامیت
f3a62f8c2b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Services/BaseService.php

+ 1 - 1
app/Services/BaseService.php

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