标签: php json telegram-bot
我试图为Telegram创建一个简单的机器人,我已经正确地解决了webhook 我的问题是我无法使用file_get_contents("php://input")获取更新。我只有在使用file_get_contents($mywebsite."/getUpdates");时才能获得JSON对象,这样我才能获得聊天信息。 无论如何,只有当我重新加载我的网页而不是直接来自Telegram应用程序时,我才能发送消息 我该如何解决这个问题?
file_get_contents("php://input")
file_get_contents($mywebsite."/getUpdates");