Skip to content

Instantly share code, notes, and snippets.

@dragon996
dragon996 / TelegramBotAnonChat
Last active December 1, 2017 22:20
THis bot need for anonymous communication.
<?php
include_once 'db_connect.php';
$response = json_decode(file_get_contents('php://input'), TRUE);
if (!(isset($response)))
{
exit();
}