Added a callback to go back through the state stack
This commit is contained in:
parent
e09b6658b2
commit
a8dd448c95
1 changed files with 6 additions and 5 deletions
|
|
@ -23,8 +23,9 @@ namespace BotConstants {
|
|||
const std::string THROWN = STATUS + "thrown";
|
||||
const std::string NAVIGATION = "navigation:";
|
||||
const std::string MY_TITLES = NAVIGATION + "my_titles";
|
||||
const std::string LIST_PREV = NAVIGATION + "prev";
|
||||
const std::string LIST_NEXT = NAVIGATION + "next";
|
||||
const std::string LIST_PREV = NAVIGATION + "prev"; // Пагинация
|
||||
const std::string LIST_NEXT = NAVIGATION + "next"; // Пагинация
|
||||
const std::string NAV_BACK = NAVIGATION + "back"; // Возврат по стеку состояний
|
||||
const std::string CHOICE = "choice:";
|
||||
}
|
||||
namespace Text {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue