0
インラインキーボードをクリックすると、私たちは答えを得ることができない。これは私のコードです:ボタンを作ったが、インラインキーボードのボタンに答えることができない
if ($data == "1") {
$message = 's';
$url = 'https://api.telegram.org/bot'.$token.'/sendMessage?chat_id='.$user_id.'&text='.$message;
$update = file_get_contents($url);
$url = 'https://api.telegram.org/bot'.$token.'/answerCallbackQuery?chat_id='.$user_id .'&callback_query_id='.$chat_id_in;
$update = file_get_contents($url);
}