yao/integrations/telegram
Max 09af247a7c feat(robot): add Weixin integration and enhance existing adapters
- Introduced Weixin integration support with new configuration options for WeChat iLink Bot.
- Updated existing adapters (DingTalk, Discord, Feishu, Telegram) to include sender_id and app_id in message metadata for improved context handling.
- Enhanced dispatcher logic to accommodate the new Weixin adapter and ensure proper initialization and shutdown processes.
- Improved message handling across integrations to support typing indicators, providing a more interactive user experience.
2026-03-23 23:47: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 feat(robot): add Weixin integration and enhance existing adapters 2026-03-23 23:47: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