qwen-code/packages/channels
tanzhenxin 46bd05eaf1 fix(channels/telegram): migrate from telegraf to grammy
Replace Telegraf with Grammy as the Telegram Bot framework.

- Replace @telegraf/types with @grammyjs/types in package-lock.json
- Swap telegraf dependency for grammy ^1.41.1 in package.json
- Update TelegramAdapter.ts: Bot instead of Telegraf, .api.* instead
  of .telegram.* calls, .start() instead of .launch(), adjusted event
  subscription syntax (message:text, message:photo, message:document)

Grammy is a more modern and actively maintained Telegram bot framework
for Node.js, improving reliability and reduce legacy dependencies.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-01 04:28:14 +00:00
..
base fix(channels): address PR review — security, bugs, and reliability 2026-03-31 00:57:59 +00:00
dingtalk fix(channels): address PR review — security, bugs, and reliability 2026-03-31 00:57:59 +00:00
plugin-example chore(channels): add plugin-example to build pipeline and prepublish script 2026-04-01 12:22:33 +08:00
telegram fix(channels/telegram): migrate from telegraf to grammy 2026-04-01 04:28:14 +00:00
weixin fix(channels): address PR review — security, bugs, and reliability 2026-03-31 00:57:59 +00:00