fix(telegram): clean tsgo/format regressions

This commit is contained in:
Denis Rybnikov
2026-02-09 00:02:09 +01:00
committed by Ayaan Zaidi
parent 1c1d7fa0e5
commit b430998c2f
2 changed files with 2 additions and 3 deletions

View File

@@ -166,7 +166,6 @@ export async function deliverReplies(params: {
...(shouldAttachButtonsToMedia ? { reply_markup: replyMarkup } : {}),
...buildTelegramSendParams({
replyToMessageId,
replyQuoteText,
thread,
}),
};