feat(tgbot): add title menu

This commit is contained in:
Kirill 2025-12-20 01:19:56 +03:00
parent f045eb22b2
commit da40d7df49
7 changed files with 244 additions and 11 deletions

View file

@ -6,5 +6,6 @@ struct Title {
std::string name;
std::string description;
int64_t num;
std::string imageUrl;
};
}