fix(telegram): migrate group config on supergroup IDs (#906)

Thanks @sleontenko.

Co-authored-by: Stan <sleontenko@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2026-01-15 01:10:14 +00:00
parent 9b7c4b3884
commit 326d4049da
5 changed files with 218 additions and 12 deletions

View File

@@ -282,6 +282,8 @@ export function createTelegramBot(opts: TelegramBotOptions) {
});
registerTelegramHandlers({
cfg,
accountId: account.accountId,
bot,
opts,
runtime,