feat: new captcha solver service
This commit is contained in:
6
typings/index.d.ts
vendored
6
typings/index.d.ts
vendored
@@ -3528,7 +3528,7 @@ export const Constants: {
|
||||
SweeperKeys: SweeperKey[];
|
||||
// Add
|
||||
randomUA: () => string;
|
||||
captchaServices: string[];
|
||||
captchaServices: captchaServices[];
|
||||
DMScanLevel: EnumHolder<typeof DMScanLevel>;
|
||||
stickerAnimationMode: EnumHolder<typeof stickerAnimationMode>;
|
||||
NitroType: EnumHolder<typeof NitroTypes>;
|
||||
@@ -4734,12 +4734,14 @@ export interface ClientOptions {
|
||||
password?: string;
|
||||
DMSync?: boolean;
|
||||
proxy?: string;
|
||||
captchaService?: string;
|
||||
captchaService?: captchaServices;
|
||||
captchaKey?: string;
|
||||
interactionTimeout?: number;
|
||||
usingNewAttachmentAPI?: boolean;
|
||||
}
|
||||
|
||||
export type captchaServices = '2captcha' | 'nopecha';
|
||||
|
||||
// end copy
|
||||
|
||||
export interface BaseApplicationCommandData {
|
||||
|
Reference in New Issue
Block a user