Feature Request: Add TELEGRAM_API_BASE_URL environment variable #452

Closed
opened 2026-04-05 16:16:30 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @arsalanses on 10/30/2025

Currently, the Telegram API base URL is hardcoded (likely to https://api.telegram.org). For users who need to work with Telegram API mirrors, proxies, or local Bot API servers, this limits flexibility.

Add a new environment variable:

TELEGRAM_API_BASE_URL=https://api.telegram.org
*Originally created by @arsalanses on 10/30/2025* Currently, the Telegram API base URL is hardcoded (likely to `https://api.telegram.org`). For users who need to work with Telegram API mirrors, proxies, or local Bot API servers, this limits flexibility. Add a new environment variable: ```env TELEGRAM_API_BASE_URL=https://api.telegram.org
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/databasus#452