Files
tgbot/include/json.h
2025-05-21 17:20:52 +02:00

10 lines
173 B
C

#ifndef TGBOT_JSON_H
#define TGBOT_JSON_H
#include "types.h"
#include <json-c/json.h>
json_object *tgbot_new_inlinekeyboardmarkup(tgbot_inlinekeyboard *keyboard);
#endif