feat: add generic send_message method to TelegramClient (issue #59) #60
Reference in New Issue
Block a user
Delete Branch "feature/issue-59-send-message"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
send_message(text, parse_mode)method to TelegramClient for generic message sending_send_notification()to use the new methodChanges
src/notifications/telegram_client.py: Add send_message() methodtests/test_telegram.py: Add 4 new tests for send_message()Test plan
Related Issues
Closes #59
🤖 Generated with Claude Code