feat(telegram): treat reply to bot message as mention in group chats#2975
feat(telegram): treat reply to bot message as mention in group chats#2975Jlan45 wants to merge 2 commits into
Conversation
|
Hi, the new reply shortcut bypasses the filter that currently prevents processing bot commands addressed to another bot. In In groups with multiple bots, this could cause our bot to erroneously react to commands explicitly intended for someone else. I would suggest preserving that filter within the |
|
OK, I'll add the test func |
📝 Description
Telegram group chats now treat replying to a bot message as equivalent to @mentioning the bot. When mention_only: true is configured, users can trigger bot responses by either @mentioning or replying to the bot. Previously, only explicit @mentions were recognized.
🗣️ Type of Change
✨ New feature (non-breaking change which adds functionality)
🤖 AI Code Generation
🛠️ Mostly AI-generated (AI draft, Human verified/modified)
🔗 Related Issue
None
📚 Technical Context (Skip for Docs)
🧪 Test Environment
📸 Evidence (Optional)
Click to view Logs/Screenshots
☑️ Checklist