# ── Required ────────────────────────────────────────────────── # Get your BOT_TOKEN from @BotFather on Telegram BOT_TOKEN=your_bot_token_here # Get API_ID and API_HASH from https://my.telegram.org/apps API_ID=12345678 API_HASH=your_api_hash_here # ── Optional ─────────────────────────────────────────────────── # Dashboard port (default 7860 for Hugging Face Spaces) PORT=7860