agent-zero/plugins/_telegram_integration
keyboardstaff 4a06e0c05e feat(telegram): add welcome message for new group members
- handler.py: Added handle_new_members() to send customized greetings (supports {name} placeholder, skips bots).

- bot_manager.py: Registered new handler using NEW_CHAT_MEMBERS filter.

- _10_telegram_bot.py: Integrated _wrap_new_members to ensure the bot uses the latest configuration.

- config.html: Added Welcome New Members toggle and Welcome Message input (conditional visibility based on Group Mode).

- telegram-config-store.js & default_config.yaml: Added default state (false) and documentation.
2026-03-22 10:09:31 -07:00
..
api chore(telegram): remove unused imports, fix exception masking, and add explicit boundary checks 2026-03-21 01:18:59 -07:00
extensions/python feat(telegram): add welcome message for new group members 2026-03-22 10:09:31 -07:00
helpers feat(telegram): add welcome message for new group members 2026-03-22 10:09:31 -07:00
prompts refactor(telegram): optimize message handling and unify system context 2026-03-22 10:05:36 -07:00
webui feat(telegram): add welcome message for new group members 2026-03-22 10:09:31 -07:00
default_config.yaml feat(telegram): add welcome message for new group members 2026-03-22 10:09:31 -07:00
plugin.yaml feat: add Telegram integration plugin - core backend 2026-03-20 10:12:36 -07:00