feat(tgbot-front): start handleError func develop

This commit is contained in:
Kirill 2025-12-04 16:38:18 +03:00
parent ccf9722bb7
commit 6123ee039b
5 changed files with 57 additions and 14 deletions

View file

@ -8,4 +8,7 @@ public:
/// Create keyboard for My_Titles
static TgBot::InlineKeyboardMarkup::Ptr createMyTitles(std::vector<Title> titles);
/// Create keyboard for sendError
static TgBot::InlineKeyboardMarkup::Ptr createError(const std::string& errorCallback);
};