Started creating structure of bot interface
This commit is contained in:
parent
879a7981cd
commit
602e9b62d8
8 changed files with 122 additions and 0 deletions
7
modules/bot/front/include/KeyboardFactory.hpp
Normal file
7
modules/bot/front/include/KeyboardFactory.hpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <tgbot/tgbot.h>
|
||||
|
||||
class KeyboardFactory {
|
||||
public:
|
||||
/// Create keyboard for main menu
|
||||
static TgBot::InlineKeyboardMarkup::Ptr createMainMenu();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue