diff --git a/.env.example b/.env.example index 8af8654..5fdfd54 100644 --- a/.env.example +++ b/.env.example @@ -2,8 +2,14 @@ TELEGRAM_API_ID=123456 TELEGRAM_API_HASH=0123456789abcdef0123456789abcdef -# Session Management (Choose ONE) +# --- Single account (backward-compatible) --- # Option 1: File-based session (a .session file will be created) TELEGRAM_SESSION_NAME=telegram_session -# Option 2: String-based session (if you generate one, e.g., using Telethon's string session generator) +# Option 2: String-based session TELEGRAM_SESSION_STRING=1231231232erfdfdffd + +# --- Multiple accounts --- +# Add _