RecoverAuthenticationPassword constructor

RecoverAuthenticationPassword(
  1. {required String recovery_code,
  2. required String new_password,
  3. required String new_hint,
  4. int? extra,
  5. int? clientId}
)

Recovers the 2-step verification password with a password recovery code sent to an email address that was previously set up. Works only when the current authorization state is authorizationStateWaitPassword

Returns Ok

Implementation

RecoverAuthenticationPassword