This commit is contained in:
alex xiang 2026-01-29 14:41:54 +08:00
parent 57e0215c1a
commit be45ae4d55

View File

@ -401,7 +401,7 @@ export async function sendImageFeishu(params: {
to: string; to: string;
image: Buffer | Uint8Array; image: Buffer | Uint8Array;
accountId?: string | null; accountId?: string | null;
config?: ClawdbotConfig; config?: MoltbotConfig;
runtime?: RuntimeEnv; runtime?: RuntimeEnv;
receiveIdType?: "chat_id" | "open_id" | "user_id" | "union_id" | "email"; receiveIdType?: "chat_id" | "open_id" | "user_id" | "union_id" | "email";
}): Promise<SendFeishuMessageResult> { }): Promise<SendFeishuMessageResult> {