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