Browse Source

Updated comment

develop
Hauke Zühl 7 years ago
parent
commit
268e4bccf1
  1. 2
      src/TelegramBot.cc

2
src/TelegramBot.cc

@ -106,8 +106,6 @@ void Telegram::TelegramBot::sendMessage(std::string message, std::string chat_id
/** /**
* Sends a picture from the internet to a chat * Sends a picture from the internet to a chat
*
* URL MUST BE HTTP!
*/ */
void Telegram::TelegramBot::sendPhoto(std::string URL, std::string chat_id) { void Telegram::TelegramBot::sendPhoto(std::string URL, std::string chat_id) {

Loading…
Cancel
Save