#ifndef TGBOT_JSON_H #define TGBOT_JSON_H #include "types.h" #include json_object *tgbot_json_builder(tgbot_json_option *options, size_t optionslen); json_object *tgbot_new_inlinekeyboardmarkup(tgbot_inlinekeyboard *keyboard); #endif