skip to Main Content

Telegram bot – sendMessage text – Telegram API

I have 2 problems with programming telegram bot by PHP. problem: please, When I try send text with more lines by using API of telegram. By this code: <?php $update = file_get_contents('php://input'); $update = json_decode($update, true); $chatId= $update["message"]["from"]["id"]?$update["message"]["from"]["id"]:null; $mess= "here…

VIEW QUESTION
Back To Top
Search