diff --git a/src/telegram/bot.ts b/src/telegram/bot.ts index c5fbb6bc8..38e598ef8 100644 --- a/src/telegram/bot.ts +++ b/src/telegram/bot.ts @@ -217,6 +217,7 @@ export function createTelegramBot(opts: TelegramBotOptions) { runtime, bot, replyToMode, + textLimit, }); }) .catch((err) => {