Added overloaded method for sending a photo

This commit is contained in:
Hauke Zühl
2017-06-07 20:39:42 +02:00
parent 268e4bccf1
commit 08336037dd
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ namespace Telegram {
void sendMessage(std::string, Json::Int64);
void sendMessage(std::string, std::string);
void sendPhoto(std::string, Json::Int64);
void sendPhoto(std::string, std::string);
Telegram::Message *getMessage();