| 
    LibTgBotPP
    
   | 
 
#include "Telegram/TelegramBot.h"#include <iostream>#include <curlpp/cURLpp.hpp>#include <curlpp/Easy.hpp>#include <curlpp/Infos.hpp>#include <curlpp/Options.hpp>#include "Telegram/http_build_query.h"#include "Telegram/json_encode.h"#include "Telegram/std.h"#include "Telegram/Message.h"#include "Telegram/MessageEntity.h"Go to the source code of this file.
Macros | |
| #define | API_URL "https://api.telegram.org/bot" | 
| #define API_URL "https://api.telegram.org/bot" | 
Definition at line 17 of file TelegramBot.cc.