feat(tgbot-front): add consts for titles and revs number

This commit is contained in:
Kirill 2025-11-28 15:22:42 +03:00
parent c815e96f4c
commit 0fdf577612

View file

@ -3,7 +3,9 @@
#include <string>
namespace BotConstants {
const int64_t NULL_PAYLOAD = -1;
const int64_t NULL_PAYLOAD = -1; // Default value для payload
const int64_t DISP_TITLES_NUM = 6; // Количество тайтлов, отображаемых на страничке
const int64_t DISP_REVIEW_NUM = 4; // Количество ревью, отображаемых на страничке
namespace Button {
const std::string FIND_ANIME = "Найти аниме";