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