This commit is contained in:
2026-04-23 17:00:41 +03:00
commit ac28065d2a
17 changed files with 5401 additions and 0 deletions

9
src/json.h Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include <nlohmann/json.hpp>
namespace telegram_tui {
using json = nlohmann::json;
} // namespace telegram_tui