TGDRIVEBETA / sample.env
Akay Borana
Update tgdrive beta
56ea105
# Required Vars
API_ID=123456
API_HASH=dagsjdhgjfsahgjfh
BOT_TOKENS=21413535:gkdshajfhjfakhjf
STORAGE_CHANNEL=-100123456789
DATABASE_BACKUP_MSG_ID=123
# Optional: Bot session file names (must match BOT_TOKENS count)
# Place session files in cache/ directory. Pyrogram will use them if they exist.
# BOT_SESSIONS=bot.session,bot2.session
# Optional: String sessions for Premium accounts (files > 2GB)
# STRING_SESSIONS=1BVtsOMwBu5...your_session_string_here...
# Note:
# - BOT_TOKENS is required (Pyrogram needs token for bot clients)
# - BOT_SESSIONS is optional - if provided, Pyrogram will use those session file names
# - If session file exists, it will be used (faster connection)
# - If session file doesn't exist, Pyrogram will create it