mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
802dfd995f
Allow configuring a custom Telegram Bot API base URL (`apiBaseURL`) per channel, enabling users behind restricted networks to route requests through a reverse proxy (e.g. Nginx, Cloudflare Workers). Both API calls and file downloads respect the configured endpoint. When omitted, the official https://api.telegram.org is used. Closes #159