yao/integrations/telegram
Max ea9e070f29 Enhance robot integration with Telegram and improve event handling
- Add Telegram integration support by introducing a dispatcher for handling Telegram events and messages.
- Implement event notifications for robot configuration changes (creation, update, deletion) to facilitate integration with external services.
- Refactor the robot initialization process to load robots into cache and start the dispatcher, improving the overall system setup.
- Update the delivery event structure to include additional metadata for better context during message handling.
- Enhance logging capabilities for better observability during robot execution and event processing.
2026-03-01 22:03:25 +08:00
..
bot.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
bot_test.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
convert.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
e2e_test.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
file.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
file_test.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
format.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
media_e2e_test.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
message.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
message_test.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
polling.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
telegram_test.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
types.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
verify.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
verify_test.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
webhook.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
webhook_e2e_test.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00