Added getMe

This commit is contained in:
Hauke Zühl
2017-06-07 20:39:42 +02:00
parent f109c19fb6
commit b003811183
2 changed files with 13 additions and 0 deletions
+3
View File
@@ -38,6 +38,9 @@ namespace Telegram {
void addCommand(TCommand);
void setWebhook(std::string);
void processMessage(std::string);
Telegram::User* getMe(void);
Telegram::Message* sendMessage(std::string, Json::Int64);
Telegram::Message* sendMessage(std::string, std::string);