Hi, I can not send a photo to telegrams from yii2, when I try to send a photo, I get the following error: Too few arguments to function TelegramBot\Api\BotApi::sendPhoto(), 1 passed in D:\OpenServer\domains\univer.lc\controllers\TelegramController.php on line 27 and at least 2 expected Here is the code
Yii::$app->bot->sendPhoto([ 'chat_id' => '-1001320591192', 'photo' => Yii::getAlias('@app/web/images/hello.jpg'), 'caption' => 'Найдите меня!' ]);