yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
inc
methods
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
yatbcpp::getMe
Definition:
getMe.h:12
yatbcpp::getMe::getMe
getMe()
Definition:
getMe.cc:15
yatbcpp
Definition:
Bot.h:27
telegram_methodJSON.h
yatbcpp::telegram_methodJSON
Definition:
telegram_methodJSON.h:19
yatbcpp::getMe::toJson
Json::Value toJson()
Definition:
getMe.cc:29
Generated by
1.8.13