feat(tgbot-front): implement the back button operation
Add functions to handle navigation callback logic Also add function for creating initial user context (pay attention to auth and registration later)
This commit is contained in:
parent
0fdf577612
commit
ccf9722bb7
5 changed files with 145 additions and 44 deletions
|
|
@ -33,5 +33,6 @@ namespace BotConstants {
|
|||
namespace Text {
|
||||
const std::string MAIN_MENU = "Вас приветствует nyanimedb бот:)\nЧего будем делать?";
|
||||
const std::string SAD_ERROR = "У нас что-то случилось:(\nМы обязательно скоро исправимся";
|
||||
const std::string AUTH_ERROR = "Проблемы с авторизацией, попробуйте авторизоваться повторно";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue