feat: custom solve captcha function
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -4773,6 +4773,7 @@ export interface ClientOptions {
|
||||
proxy?: string;
|
||||
captchaService?: captchaServices;
|
||||
captchaKey?: string;
|
||||
captchaSolver?: (data: Captcha, userAgent: string) => Promise<string>;
|
||||
interactionTimeout?: number;
|
||||
usingNewAttachmentAPI?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user