From 4fd0d897dce157c5afd7fd23bb7a17faf2f2bbb7 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 13 Mar 2026 13:30:26 -0700 Subject: [PATCH] Telegram: add Telegram message context command source option --- src/telegram/bot-message-context.types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/telegram/bot-message-context.types.ts b/src/telegram/bot-message-context.types.ts index 9f140b63907..90aa1e33741 100644 --- a/src/telegram/bot-message-context.types.ts +++ b/src/telegram/bot-message-context.types.ts @@ -18,6 +18,7 @@ export type TelegramMediaRef = { export type TelegramMessageContextOptions = { forceWasMentioned?: boolean; messageIdOverride?: string; + commandSource?: "text" | "native"; }; export type TelegramLogger = {