in_reply_to_status_id is supposed to be if you want to reply to a specific tweet. that is:
id =
tweet.idapi.update_status('@whoever great point!', in_reply_to_status_id = id)
However, I can't get this to work. I've tried using id_str / id and I'm still looking for an answer to this.