diff --git a/.env.example b/.env.example index 1e257c3c..ca3762c6 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,5 @@ ALPHA_VANTAGE_API_KEY=alpha_vantage_api_key_placeholder -OPENAI_API_KEY=openai_api_key_placeholder \ No newline at end of file +OPENAI_API_KEY=openai_api_key_placeholder +TELEGRAM_API_ID=telegram_api_placeholder +TELEGRAM_API_HASH=telegram_api_hash_placeholder +TELEGRAM_SESSION_NAME=telegram_session_name_placeholder \ No newline at end of file