feat(tgbot): add title menu
This commit is contained in:
parent
f045eb22b2
commit
da40d7df49
7 changed files with 244 additions and 11 deletions
|
|
@ -11,4 +11,7 @@ public:
|
|||
|
||||
/// Create keyboard for sendError
|
||||
static TgBot::InlineKeyboardMarkup::Ptr createError(const std::string& errorCallback);
|
||||
|
||||
/// Create keyboard for Title page
|
||||
static TgBot::InlineKeyboardMarkup::Ptr createTitleMenu(int64_t title_id);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue