Hi there, im new for ExeOutput for PHP.
My code use curl for send request but its not working for me.
This is my code:
function send_to_telegram($bot_token, $chat_id, $message) {
$url = "https://api.telegram.org/bot$bot_token/sendMessage";
$data = [
'chat_id' => $chat_id...