mirror of https://github.com/openclaw/openclaw.git
Telegram: add Telegram message context command source option
This commit is contained in:
parent
2622b05c0b
commit
4fd0d897dc
|
|
@ -18,6 +18,7 @@ export type TelegramMediaRef = {
|
|||
export type TelegramMessageContextOptions = {
|
||||
forceWasMentioned?: boolean;
|
||||
messageIdOverride?: string;
|
||||
commandSource?: "text" | "native";
|
||||
};
|
||||
|
||||
export type TelegramLogger = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue