From 28a7d9e69169dae5d1ac7f74f4eb1fd510448cd9 Mon Sep 17 00:00:00 2001 From: Kirill Date: Fri, 28 Nov 2025 12:29:53 +0300 Subject: [PATCH] Added payload constant --- modules/bot/front/include/constants.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/bot/front/include/constants.hpp b/modules/bot/front/include/constants.hpp index 75e691e..7a93931 100644 --- a/modules/bot/front/include/constants.hpp +++ b/modules/bot/front/include/constants.hpp @@ -3,6 +3,8 @@ #include namespace BotConstants { + const int64_t NULL_PAYLOAD = -1; + namespace Button { const std::string FIND_ANIME = "Найти аниме"; const std::string MY_TITLES = "Мои тайтлы";