Integration with http://botan.io statistics service for Telegram bots
 /**
  * Enable Botan.io integration
  *
  * @param  $token
  * @return Telegram
  */
 public function enableBotan($token)
 {
     Botan::initializeBotan($token);
     $this->botan_enabled = true;
     return $this;
 }