How to solve a error with callback_data or method in PHP
问题 The idea is to have some buttons to do something, I got the following code, and something is wrong with the method (sendMessage) or callback_data because I received a undefined index error in all the rows where is the $message, if I use a url instead of a call back data works fine I use a webhook <?php $botToken = "TOKEN"; $website = "https://api.telegram.org/bot".$botToken; $update = file_get_contents('php://input'); $update = json_decode($update, TRUE); $chatId = $update["message"]["chat"][