CheckAuthenticationPasswordRecoveryCode constructor

CheckAuthenticationPasswordRecoveryCode(
  1. {required String recovery_code,
  2. int? extra,
  3. int? clientId}
)

Checks whether a 2-step verification password recovery code sent to an email address is valid. Works only when the current authorization state is authorizationStateWaitPassword

Returns Ok

Implementation

CheckAuthenticationPasswordRecoveryCode