0
我得到在我的PHP源的錯誤...(我不是PHP的主機)失敗在我的PHP源開流
$API_KEY = '246010911:AAFVhj7jc4kXUPfBH1**************';
$chatid = $update->callback_query->message->chat->id;
$from_id2 = $update->callback_query->from->id;
$get1 = file_get_contents("https://api.telegram.org/bot$API_KEY/getChatMember?chat_id=$chatid&user_id=".$from_id2);
和我的錯誤:
PHP Warning: file_get_contents(https://api.telegram.org/bot****/getChatMember?chat_id=&user_id=): failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request
我怎麼能解決它:(
不會再工作:( – Saeed
同樣的警告可以共享的截圖 – Fawzan
我正確定義,但這裏錯寫爲:?X – Saeed