Skip to main content

Telegram

Send messages, photos, and read bot updates via the Telegram Bot API. No external SDK required — uses pure HTTP via fetch.

Quick Start


Config

string
required
Telegram Bot token from @BotFather. Falls back to TELEGRAM_BOT_TOKEN env var.

Tools


No External Dependencies

This toolkit uses the Telegram Bot API directly via fetch — no SDK needed.

Getting a Bot Token

  1. Open Telegram and message @BotFather
  2. Send /newbot and follow the prompts
  3. Copy the token and set it as TELEGRAM_BOT_TOKEN

Environment Variables