Interface GetRecoveryEmailAddress

Returns a 2-step verification recovery email address that was previously set up. This method can be used to verify a password provided by the user. Request type for Tdjson#getRecoveryEmailAddress.

interface GetRecoveryEmailAddress {
    @type: "getRecoveryEmailAddress";
    password: string;
}

Properties

Properties

@type: "getRecoveryEmailAddress"
password: string

The 2-step verification password for the current user.