fix(tgbot.h): add missing headers

This commit is contained in:
2026-01-06 18:21:19 +01:00
parent 4be30d0830
commit c68ec3c02e

View File

@@ -2,6 +2,8 @@
#define TGBOT_MAIN_H #define TGBOT_MAIN_H
#include "common.h" #include "common.h"
#include "methods.h"
#include "types.h"
/** /**
* @brief Create a new Bot object. * @brief Create a new Bot object.