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
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue