LibTgBotPP
|
#include "Telegram/TelegramBot.h"
#include <iostream>
#include <curlpp/cURLpp.hpp>
#include <curlpp/Easy.hpp>
#include <curlpp/Infos.hpp>
#include <curlpp/Options.hpp>
#include "http_build_query.h"
#include "json_encode.h"
#include "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.