public interface RegistrationManager extends Closeable {
void register(
- boolean voiceVerification, String captcha
+ boolean voiceVerification, String captcha, final boolean forceRegister
) throws IOException, CaptchaRequiredException, NonNormalizedPhoneNumberException, RateLimitException, VerificationMethoNotAvailableException;
void verifyAccount(