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