Answer the question
In order to leave comments, you need to log in
What to specify in certificate_path in telegram bot settings?
Installed telegram-bot-sdk. In config/telegram.php there is such an array of parameters, the question is what to specify in the certificate_path and webhook_url?
bots' => [
'quizgo' => [
'username' => 'QuizGoBot',
'token' => '',
'certificate_path' => env('TELEGRAM_CERTIFICATE_PATH', 'YOUR-CERTIFICATE-PATH'),
'webhook_url' => env('TELEGRAM_WEBHOOK_URL', 'YOUR-BOT-WEBHOOK-URL'),
'commands' => [
//Acme\Project\Commands\MyTelegramBot\BotCommand::class
],
],
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question