fix bug: cannot chat with user
@@ -1,6 +1,6 @@
<?php
//init
require('classes/Telegram/Base.php');
$BOT = new DBot\Telegram\Client('unix:///tmp/tg.sck');
$BOT = new DBot\Telegram\Base('unix:///tmp/tg.sck');
require_once('init.php');
?>
The note is not visible to the blocked user.