Telegram: add Telegram message context command source option

This commit is contained in:
Vincent Koc 2026-03-13 13:30:26 -07:00
parent 2622b05c0b
commit 4fd0d897dc
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ export type TelegramMediaRef = {
export type TelegramMessageContextOptions = {
forceWasMentioned?: boolean;
messageIdOverride?: string;
commandSource?: "text" | "native";
};
export type TelegramLogger = {