mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 23:02:02 +03:00
fix: inline telegram thread scope type
This commit is contained in:
@@ -12,11 +12,9 @@ import { formatLocationText, type NormalizedLocation } from "../../channels/loca
|
|||||||
|
|
||||||
const TELEGRAM_GENERAL_TOPIC_ID = 1;
|
const TELEGRAM_GENERAL_TOPIC_ID = 1;
|
||||||
|
|
||||||
export type TelegramThreadScope = "dm" | "forum" | "none";
|
|
||||||
|
|
||||||
export type TelegramThreadSpec = {
|
export type TelegramThreadSpec = {
|
||||||
id?: number;
|
id?: number;
|
||||||
scope: TelegramThreadScope;
|
scope: "dm" | "forum" | "none";
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user