Telegram Bot API Proxy

This service acts as a transparent proxy for the Telegram Bot API. It allows you to bypass network restrictions and create middleware for your Telegram bot applications.

How to Use

Replace api.telegram.org with this worker's URL in your API calls.

Example Usage:

Original Telegram API URL:

https://api.telegram.org/bot{YOUR_BOT_TOKEN}/sendMessage

Using this proxy:

https://telegram.tranvannhat.com/bot{YOUR_BOT_TOKEN}/sendMessage

Features