Everything we share,
in one place

Photos, documents, and updates — from Telegram or the web.

All study 1
<?php
require_once DIR . '/db.php';

// ── Telegram API helper ──────────────────────────────────────
function tg(string $method, array $params = []): array {
$url = 'https://api.telegram.org/bot' . BOT_TOKEN . '/' . $method;
$ch = curl_init($url);
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_POST => true,
CURLOPT_POSTFIELDS =>
Telegram

test

test