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) {