Updated comment

This commit is contained in:
Hauke Zühl 2017-06-04 12:36:29 +02:00
parent ee7f2b7b28
commit 268e4bccf1

View File

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