yatbcpp  0.0.1
Yet another Telegram Bot CPP Library
getMe.h
Go to the documentation of this file.
1 //
2 // Created by norbert on 27.08.17.
3 //
4 
5 #ifndef YATBCPP_GETME_H
6 #define YATBCPP_GETME_H
7 
8 #include "telegram_methodJSON.h"
9 #include "../types/User.h"
10 
11 namespace yatbcpp{
12  class getMe : public telegram_methodJSON<User>{
13  public:
14  getMe();
15  Json::Value toJson();
16  };
17 }
18 
19 
20 
21 #endif //YATBCPP_GETME_H
Definition: Bot.h:27
Json::Value toJson()
Definition: getMe.cc:29