Files
2025-12-26 11:17:52 +03:30

5 lines
227 B
Plaintext

# Set the webhook
curl -X POST "https://api.telegram.org/bot<YOUR_BOT_TOKEN>/setWebhook?url=https://your-app.vercel.app/api/telegram_webhook"
# Verify it's set
curl "https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getWebhookInfo"