mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05: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;
|
||||
|
||||
export type TelegramThreadScope = "dm" | "forum" | "none";
|
||||
|
||||
export type TelegramThreadSpec = {
|
||||
id?: number;
|
||||
scope: TelegramThreadScope;
|
||||
scope: "dm" | "forum" | "none";
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user