PHP telegram bot : Bad Request: message to edit not found – Telegram API
I used this GitHub package to construct my Telegram bot. I want to edit my sent message from the bot. I get confused because I think everything is right!!! $content = array('chat_id' => $chat_id, 'text' => " some text "…