Added overloaded method for sending a photo
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user