# Telegram API Credentials
# Get these from https://my.telegram.org
TELEGRAM_API_ID=your_api_id_here
TELEGRAM_API_HASH=your_api_hash_here
# Your phone number (with country code, e.g., +1234567890)
TELEGRAM_PHONE=+1234567890
# Session string (will be generated after first authentication)
TELEGRAM_SESSION=
# Note: Group configuration is no longer required!
# The server now automatically discovers and searches all groups
# the authenticated user belongs to (up to 50 by default, max 200).
#
# If you want to search specific groups only, pass groupIds
# parameter to the search_messages tool instead.