feat(tgbot-front): start handleError func develop
This commit is contained in:
parent
ccf9722bb7
commit
6123ee039b
5 changed files with 57 additions and 14 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue