refactor(json): improve code and struct names

This commit is contained in:
2026-01-30 01:42:13 +01:00
parent 773dae4676
commit da146feec8
4 changed files with 51 additions and 28 deletions

View File

@@ -4,7 +4,7 @@
#include "types.h"
#include <json-c/json.h>
json_object *json_builder(tgbot_json_option *options, size_t optionslen);
json_object *json_builder(tgbot_option_s *options, size_t optionslen);
json_object *json_ikb_new(tgbot_inlinekeyboard_s *keyboard);