mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 02:20:24 +00:00
fix: require thread specs for telegram sends
This commit is contained in:
@@ -15,7 +15,7 @@ export function createTelegramDraftStream(params: {
|
||||
chatId: number;
|
||||
draftId: number;
|
||||
maxChars?: number;
|
||||
thread?: TelegramThreadSpec | number | null;
|
||||
thread?: TelegramThreadSpec | null;
|
||||
throttleMs?: number;
|
||||
log?: (message: string) => void;
|
||||
warn?: (message: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user