Added sendPhoto

This commit is contained in:
Hauke Zühl
2017-06-07 20:39:42 +02:00
parent a2f1efdb47
commit d6db3e71b7
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();