From 1484a39990983e25e0ef28a3e9e46a667e274a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hauke=20Z=C3=BChl?= Date: Sat, 3 Jun 2017 23:02:49 +0200 Subject: [PATCH] Added comment --- src/TelegramBot.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/TelegramBot.cc b/src/TelegramBot.cc index 1b33dd3..84d1ad2 100644 --- a/src/TelegramBot.cc +++ b/src/TelegramBot.cc @@ -105,7 +105,9 @@ void Telegram::TelegramBot::sendMessage(std::string message, std::string chat_id } /** - * Sends a phot 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) {