sallsabil

Results 4 comments of sallsabil

Is the error because of PHP 7.2 ?

Add this after the above code: ``` if($chatId == A_USER_CHAT_ID) { $sendMessage->chat_id = A_USER_CHAT_ID; $sendMessage->text = '%D9%86%D9%87%0A%D8%AF%D8%A7%D8%B1%DB%8C%D9%85+%D8%B3%D8%B1%D9%88%D8%B1%D8%B4'; $sendMessage->parse_mode = 'HTML'; $tgLog->performApiRequest($sendMessage); $loop->run(); } ``` I removed this my problem solved!...