# Telegram Bot Configuration for Integration Tests
# Copy this file to .env and fill in your actual values
# Your Telegram bot token from @BotFather
TELEGRAM_BOT_TOKEN=YOUR_BOT_TOKEN_HERE
# The chat ID where test messages will be sent
# Can be a user ID, group ID, or channel ID
# To find your chat ID, you can use @userinfobot or similar bots
TELEGRAM_CHAT_ID=YOUR_CHAT_ID_HERE