$arr = array('type' => 'article', 'id' => '1', 'title' => 'сисечки', 'description' => 'клевые', 'url' => $text);
$result = json_encode($arr);
$url = "
https://api.telegram.org/bot".$Telegram_botkey."/answerInlineQuery?id=".$obj['inline_query']['id']."&result=".$result;
$json=file_get_contents($url);