Merge pull request #9 from QVerisAI/feishu

update
This commit is contained in:
Alex Xiang 2026-01-29 14:43:13 +08:00 committed by GitHub
commit 35455b3198
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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