mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-26 09:21:55 +00:00
Telegram: add Telegram message context command source option
This commit is contained in:
@@ -18,6 +18,7 @@ export type TelegramMediaRef = {
|
||||
export type TelegramMessageContextOptions = {
|
||||
forceWasMentioned?: boolean;
|
||||
messageIdOverride?: string;
|
||||
commandSource?: "text" | "native";
|
||||
};
|
||||
|
||||
export type TelegramLogger = {
|
||||
|
||||
Reference in New Issue
Block a user