cleanup request json building

This commit is contained in:
2025-05-23 17:14:59 +02:00
parent bd63a1292e
commit 2b05e5a8f3
5 changed files with 97 additions and 32 deletions

View File

@@ -4,6 +4,7 @@
#include "types.h"
#include <json-c/json.h>
json_object *tgbot_json_builder(tgbot_json_option *options, size_t optionslen);
json_object *tgbot_new_inlinekeyboardmarkup(tgbot_inlinekeyboard *keyboard);
#endif