Blog - //.nkotov
  • 🏠
  • #️⃣
  • 🗒
  • #>_

API-s

A collection of 1 post
Telegram chat bot without libraries in PHP
API-s

Telegram chat bot without libraries in PHP

First, let’s write the main code that will determine the sending and receiving of requests from the telegram servers: <?php $data = file_get_contents('php://input'); $data = json_decode($data, true); if (empty($data['message']['chat']['id'])) { exit(); } define('
26 Dec 2023 4 min read
Page 1 of 1
Blog - //.nkotov © 2025
  • Donates
Powered by Ghost