diff --git a/src/telegram/bot/helpers.ts b/src/telegram/bot/helpers.ts index 6915f68d65..784551ef04 100644 --- a/src/telegram/bot/helpers.ts +++ b/src/telegram/bot/helpers.ts @@ -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"; }; /**