| 
    LibTgBotPP
    
   | 
 
#include <string>#include <map>#include <curl/curl.h>#include <json/json.h>#include <Telegram/Message.h>Go to the source code of this file.
Classes | |
| struct | Telegram::TCommand | 
| class | Telegram::TelegramBot | 
Namespaces | |
| Telegram | |
Typedefs | |
| typedef std::vector< std::string > | Telegram::TCommandLine | 
| Arguments for the bot's commands.  More... | |
| typedef std::string(* | Telegram::CommandCallback )(TelegramBot *, TCommandLine) | 
| Definition for a callback routine.  More... | |
| typedef std::map< std::string,  TCommand >  | Telegram::TCommandMap | 
| Map that stores the known commands.  More... | |