the_post_thumbnail() get the URL to the “medium” sized image

wp_get_attachment_thumb_url() does not accept size as argument.

You might be looking for wp_get_attachment_image_src(), but I am not sure on top of my head – too many functions in that corner.