我想在php中使用SetWebHook电报机器人API
但为此,我应该使用HTTPS证书
我没有证书
我的问题是:
我可以在localhost中使用自签名证书并在电报中使用setwebhook吗?
你能不能给我看一下setwebhook的php代码!?
例如,我写下面的代码:
<?php
$client = new Zelenin\Telegram\Bot\Api('someRandomToken');
try {
if($update->message->text != '/next_event_datetime')
exit;
$response = $client->sendMessage([
'chat_id' => $update->message->chat->id,
'text' => $dateTime
]);
} catch (\Zelenin\Telegram\Bot\NotOkException $e) {
//echo $e->getMessage();
}
,我的第二个问题是:
请向我解释如何在Wamp 中设置自签名证书
互联网上有很多关于这方面的教程。但是他们从来没有工作。因为所有人都老了
任何人都可以向我展示我如何在Wamp中使用Self签名?
我可以在Localhost中使用SetWebHook和自签名证书吗?
...谢谢
答案 0 :(得分:0)
我认为你无法在localhost上设置webhook! 你可以使用自签名证书(在主机上),你应该在想要设置webhook时上传它。这里有更多信息 https://core.telegram.org/bots/self-signed