Added payload constant
This commit is contained in:
parent
12648e1a8f
commit
28a7d9e691
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
namespace BotConstants {
|
namespace BotConstants {
|
||||||
|
const int64_t NULL_PAYLOAD = -1;
|
||||||
|
|
||||||
namespace Button {
|
namespace Button {
|
||||||
const std::string FIND_ANIME = "Найти аниме";
|
const std::string FIND_ANIME = "Найти аниме";
|
||||||
const std::string MY_TITLES = "Мои тайтлы";
|
const std::string MY_TITLES = "Мои тайтлы";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue