nyanimedb/modules/bot/front/include/structs.hpp
2025-12-20 01:19:56 +03:00

11 lines
167 B
C++

#pragma once
namespace BotStructs {
struct Title {
int64_t id;
std::string name;
std::string description;
int64_t num;
std::string imageUrl;
};
}