Knowing if a post is sticky in the ‘save_post’ action. Where do I have to hook?

As I said in the question post, I finally solved it by looking into the $_POST global. There’s a $_POST['sticky'] field (valued as ‘sticky’) that is there just when a Post is sticky or is being made sticky, and it’s not when a post is not sticky or is being unsticked.