We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello When instanciate twocaptcha class like this
TwoCaptcha solver = new TwoCaptcha("my key");
Error TwoCaptcha Is name Space and you are using like a type .
so i solved this error by using like this :
TwoCaptcha.Twocaptcha solver = new Twocaptcha.TwoCaptcha("Mykey");
Thank you to fix it next Version .
The text was updated successfully, but these errors were encountered:
I was getting the same error. Thank you for feedback.
Sorry, something went wrong.
You are welcome , Did you try my solutions ?
Got the same issue. Thanks for sharing.
No branches or pull requests
Hello
When instanciate twocaptcha class like this
Error TwoCaptcha Is name Space and you are using like a type .
so i solved this error by using like this :
Thank you to fix it next Version .
The text was updated successfully, but these errors were encountered: