From 268e4bccf187a6547e395bbfe327bbfb9d6e48b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hauke=20Z=C3=BChl?= Date: Sun, 4 Jun 2017 12:36:29 +0200 Subject: [PATCH] Updated comment --- src/TelegramBot.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/TelegramBot.cc b/src/TelegramBot.cc index 84d1ad2..83bda12 100644 --- a/src/TelegramBot.cc +++ b/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 - * - * URL MUST BE HTTP! */ void Telegram::TelegramBot::sendPhoto(std::string URL, std::string chat_id) {