yatbcpp  0.0.1
Yet another Telegram Bot CPP Library
yatbcpp.h
Go to the documentation of this file.
1 
2 #ifndef YATBCPP_H
3 #define YATBCPP_H
4  //Contains the Exception Headers
5  #include "exceptions/exceptions.h"
6  //Contains the Type Headers
7  #include "types/types.h"
8  //Make Sure The Methods are included
9  #include "methods/methods.h"
10  //Contains the BotApi Things
11  #include "bot/Bot.h"
12  //Contains the Token Data
13  #include "bot/Token.h"
14 
15 #endif //YATBCPP_H