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

@ -59,7 +59,9 @@ private:
TgBot::Api botApi;
std::unordered_map<int64_t, UserContext> userContexts;
void handleNavigation(TgBot::CallbackQuery::Ptr query);
void handleNavigation(TgBot::CallbackQuery::Ptr query, UserContext& ctx);
void handleError(TgBot::CallbackQuery::Ptr query, UserContext& ctx);
void processCallbackImpl(TgBot::CallbackQuery::Ptr query);