Ejemplo n.º 1
0
 /**
  * @param Twitter $twitter
  * @return Tweet
  */
 public function unfavourite(Twitter $twitter)
 {
     return new Tweet($twitter->post("favorites/destroy", ["id" => $this->getID()]));
 }