Added getMe

This commit is contained in:
Hauke Zühl
2017-06-06 13:38:35 +02:00
parent 8f0edd25dd
commit e23702fc78
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);