getParameter('telegram_token')) { throw $this->createNotFoundException(); } $content = json_decode($request->getContent(), true); $update = new Update( $content, $this->get('logger') ); $this->get('point_tools.telegram.update_processor')->process($update); return new JsonResponse('received'); } }