Added MyTitles page passing
This commit is contained in:
parent
45ce5da0ac
commit
45a1df4cbb
8 changed files with 110 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
|||
#include <tgbot/tgbot.h>
|
||||
#include "structs.hpp"
|
||||
|
||||
class KeyboardFactory {
|
||||
public:
|
||||
/// Create keyboard for main menu
|
||||
static TgBot::InlineKeyboardMarkup::Ptr createMainMenu();
|
||||
|
||||
/// Create keyboard for My_Titles
|
||||
static TgBot::InlineKeyboardMarkup::Ptr createMyTitles(std::vector<Title> titles);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue