I have three Telegram bots with the same hook address (or even with three hook addresses). I get input like this:
$content = file_get_contents("php://input");
$update = json_decode($content, true);
How can I recognize which input is sent for which bot?