1 #ifndef _TELEGRAM_BOT_H_ 
    2 #define _TELEGRAM_BOT_H_ 
   57     void apiRequest(std::string, std::map<std::string, std::string>);
 
   58     void apiRequestJson(std::string, std::map<std::string, std::string>);
 
void sendMessage(std::string, Json::Int64)
 
void setWebhook(std::string)
 
void processMessage(std::string)
 
void apiRequest(std::string, std::map< std::string, std::string >)
 
std::map< std::string, TCommand > getCommandMap()
 
std::string processCommand(std::string)
 
std::string(* CommandCallback)(TelegramBot *, TCommandLine)
 
std::map< std::string, TCommand > TCommandMap
 
std::vector< std::string > TCommandLine
 
void addCommand(TCommand)
 
Telegram::Message * getMessage()
 
void apiRequestJson(std::string, std::map< std::string, std::string >)