Skip to content

feat: add multi-user support for Telegram notifications#17

Open
fedorov0av wants to merge 1 commit intoanhbh310:masterfrom
fedorov0av:patch-1
Open

feat: add multi-user support for Telegram notifications#17
fedorov0av wants to merge 1 commit intoanhbh310:masterfrom
fedorov0av:patch-1

Conversation

@fedorov0av
Copy link

Add Multi-User Telegram Support

Changes

  • Added support for multiple Telegram chat IDs via comma-separated TELEGRAM_CHAT_ID environment variable
  • Changed chatid from string to []string array
  • Messages are now sent to all specified users sequentially

Usage

# Single user (backward compatible)
TELEGRAM_CHAT_ID='6669997777'

# Multiple users  
TELEGRAM_CHAT_ID='6669997777,5558889999,1234567890'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant