Added sendPhoto

This commit is contained in:
Hauke Zühl
2017-06-03 21:37:13 +02:00
parent b3de053099
commit 12e155f740
2 changed files with 18 additions and 0 deletions
+2
View File
@@ -41,6 +41,8 @@ namespace Telegram {
void sendMessage(std::string, Json::Int64);
void sendMessage(std::string, std::string);
void sendPhoto(std::string, std::string);
Telegram::Message *getMessage();
std::map<std::string, TCommand> getCommandMap();