5 #include <unordered_map> 8 #include "../methods/types.h" 22 const char* basicValue;
27 using PostForms = std::unordered_map<const char*, value>;
29 void __internal_Curl_GlobalInit();
37 std::string
get(CURL *c,
const std::string &full);
46 std::string
multiPartUpload(CURL *c,
const std::string& full, PostForms
const& forms);
Main tgbot namespace.
Definition: bot.h:13
CURL * curlEasyInit()
Initialize CURL.
std::string multiPartUpload(CURL *c, const std::string &full, PostForms const &forms)
Multi part upload utils.