botToken: env(BOT_TOKEN) botUsername: env(BOT_USERNAME) # Telegram API app_id / app_hash appId: env(APP_ID) appHash: env(APP_HASH) # Path to Telegram API file downloader script downloaderScript: pytgfile.py # Comma-separated list of superusers # Superuser can execute /run command superUsers: env(SUPERUSERS) # Comma-separated list of allowed user ids allowedUsers: env(ALLOWED_USERS)