我最近尝试使用webhook从电报中获取更新。我的程序正常工作whit getUpdates()。 但是当我设置webhook时我得到了
尝试通过getWebhookInfo方法检查webhook的状态时出现"来自webhook的错误回复:400 Bad Request"
错误。
这是我的代码:
$telegram->commandsHandler(true)
当在getUpdates mod中的代码下方使用时,每件事都很好。
$telegram->commandsHandler(false)
应该说我使用https而且我的ssl没问题。
这是我对getWebhookInfo的回答。
{
"ok": true,
"result": {
"url": "https://telbit.ir/api/bot/<token>",
"has_custom_certificate": false,
"pending_update_count": 13,
"last_error_date": 1476344420,
"last_error_message": "Wrong response from the webhook: 400 Bad Request"
}
}
答案 0 :(得分:0)
我找到了答案
每件事都没问题。错误发生是因为我的框架。