我正在使用这个lib https://github.com/Eleirbag89/TelegramBotPHP 我使用了示例代码。第二个使用getUpdates没有问题。 但是当我使用第一种方法(Telegram类setWebhook方法)时。 代码:
$telegram = new Telegram('YOUR TELEGRAM TOKEN HERE');
$chat_id = $telegram->ChatID();
$content = array('chat_id' => $chat_id, 'text' => 'Test');
$telegram->sendMessage($content);
错误日志:错误请求:chat_id为空。