yatbcpp  0.0.1
Yet another Telegram Bot CPP Library
Classes | Namespaces | Functions
telegram_methodJSON.h File Reference
#include "curl/curl.h"
#include <jsoncpp/json/json.h>
#include "../exceptions/telegram_api_error.h"
#include "../exceptions/curl_error.h"
#include "../types/telegram_type.h"
#include "../exceptions/essential_key_missing.h"
#include "../bot/Token.h"
Include dependency graph for telegram_methodJSON.h:

Go to the source code of this file.

Classes

class  yatbcpp::telegram_methodJSON< RETURNTYPE >
 

Namespaces

 yatbcpp
 

Functions

template<typename T >
Json::Value yatbcpp::toJson (T Obj)