Sending files by file name

This commit is contained in:
Hauke Zühl
2017-06-07 20:39:43 +02:00
parent 81a686fe29
commit 7ad9820779
2 changed files with 55 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@ namespace Telegram {
void init();
void apiRequest(std::string, std::map<std::string, std::string>);
Json::Value apiRequestJson(std::string, std::map<std::string, std::string>);
Json::Value apiRequestFile(std::string, std::string, std::string);
std::string processCommand(std::string);
};
}