Interface ResetAuthenticationEmailAddress

Resets the login email address. May return an error with a message "TASK_ALREADY_EXISTS" if reset is still pending. Works only when the current authorization state is authorizationStateWaitEmailCode and authorization_state.can_reset_email_address == true. Request type for Tdjson#resetAuthenticationEmailAddress.

interface ResetAuthenticationEmailAddress {
    @type: "resetAuthenticationEmailAddress";
}

Properties

Properties

@type: "resetAuthenticationEmailAddress"