@ -1,2 +1,18 @@
# TelegramAPI-PHP
```
<?php
# include class
require('Telegram.class.php');
# instance
$bot = new TelegramBot('mytoken');
# SendMessage method
$bot->SendMessage('DestinationMsgId', 'Hello mom');
# easy!
?>
The note is not visible to the blocked user.