feat: captcha solver with proxy

i dont like it
This commit is contained in:
Elysia
2023-06-02 11:09:08 +07:00
parent 2e0889459c
commit 18e7f8171f
5 changed files with 68 additions and 7 deletions

1
typings/index.d.ts vendored
View File

@@ -5075,6 +5075,7 @@ export interface ClientOptions {
captchaKey?: string;
captchaSolver?: (data: Captcha, userAgent: string) => Promise<string>;
captchaRetryLimit?: number;
captchaWithProxy?: boolean;
interactionTimeout?: number;
usingNewAttachmentAPI?: boolean;
}