From 2c11581b919763d47c9a3d773295b495c691a071 Mon Sep 17 00:00:00 2001 From: Bader Date: Fri, 22 Sep 2023 14:28:22 +0100 Subject: [PATCH] updated tgbotxx.hpp --- include/tgbotxx/tgbotxx.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/tgbotxx/tgbotxx.hpp diff --git a/include/tgbotxx/tgbotxx.hpp b/include/tgbotxx/tgbotxx.hpp new file mode 100644 index 000000000..07e4e7988 --- /dev/null +++ b/include/tgbotxx/tgbotxx.hpp @@ -0,0 +1,13 @@ +#pragma once +#include +#include + +/// Objects +#include +#include +#include +#include + +/// Utils +#include +#include \ No newline at end of file