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