commit
35455b3198
@ -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> {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user