Hello,
I have the following code:
<?php
function readUpdate($updateId) {
$fh = fopen(basename(__FILE__, '.php').'.txt', 'a');
fwrite($fh, $updateId.' ');
fclose($fh);
}
function sendMessage($chatId, $text) {
if(!empty($ch...
asked by
15.04.2017 / 23:49