Interface RequestAuthenticationPasswordRecovery

Requests to send a 2-step verification password recovery code to an email address that was previously set up. Works only when the current authorization state is authorizationStateWaitPassword. Request type for Tdjson#requestAuthenticationPasswordRecovery.

interface RequestAuthenticationPasswordRecovery {
    @type: "requestAuthenticationPasswordRecovery";
}

Properties

Properties

@type: "requestAuthenticationPasswordRecovery"