Added payload constant

This commit is contained in:
Kirill 2025-11-28 12:29:53 +03:00
parent 12648e1a8f
commit 28a7d9e691

View file

@ -3,6 +3,8 @@
#include <string>
namespace BotConstants {
const int64_t NULL_PAYLOAD = -1;
namespace Button {
const std::string FIND_ANIME = "Найти аниме";
const std::string MY_TITLES = "Мои тайтлы";