seven 1 tháng trước cách đây
mục cha
commit
657805134a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Services/BaseService.php

+ 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);