|
|
@ -1,4 +1,4 @@ |
|
|
|
#include "TelegramBot.h" |
|
|
|
#include "Telegram/TelegramBot.h" |
|
|
|
|
|
|
|
|
|
|
|
#include <iostream> |
|
|
|
#include <iostream> |
|
|
|
|
|
|
|
|
|
|
@ -7,12 +7,12 @@ |
|
|
|
#include <curlpp/Infos.hpp> |
|
|
|
#include <curlpp/Infos.hpp> |
|
|
|
#include <curlpp/Options.hpp> |
|
|
|
#include <curlpp/Options.hpp> |
|
|
|
|
|
|
|
|
|
|
|
#include "http_build_query.h" |
|
|
|
#include "Telegram/http_build_query.h" |
|
|
|
#include "json_encode.h" |
|
|
|
#include "Telegram/json_encode.h" |
|
|
|
#include "std.h" |
|
|
|
#include "Telegram/std.h" |
|
|
|
|
|
|
|
|
|
|
|
#include "Message.h" |
|
|
|
#include "Telegram/Message.h" |
|
|
|
#include "MessageEntity.h" |
|
|
|
#include "Telegram/MessageEntity.h" |
|
|
|
|
|
|
|
|
|
|
|
#define API_URL "https://api.telegram.org/bot"
|
|
|
|
#define API_URL "https://api.telegram.org/bot"
|
|
|
|
|
|
|
|
|
|
|
|