Interface RequestPasswordRecovery

Requests to send a 2-step verification password recovery code to an email address that was previously set up. Request type for Tdjson#requestPasswordRecovery.

interface RequestPasswordRecovery {
    @type: "requestPasswordRecovery";
}

Properties

Properties

@type: "requestPasswordRecovery"