refactor(json): improve code and struct names
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user