From d1793df1eda463b10107d41785ad1d7f055ed476 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 18 May 2024 14:48:12 +0500 Subject: upd: moved the bot part to a relative subfolder --- bot/src/api/twitch/schemas/user.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bot/src/api/twitch/schemas/user.hpp (limited to 'bot/src/api/twitch/schemas/user.hpp') diff --git a/bot/src/api/twitch/schemas/user.hpp b/bot/src/api/twitch/schemas/user.hpp new file mode 100644 index 0000000..288ec72 --- /dev/null +++ b/bot/src/api/twitch/schemas/user.hpp @@ -0,0 +1,10 @@ +#pragma once + +#include + +namespace bot::api::twitch::schemas { + struct User { + int id; + std::string login; + }; +} -- cgit v1.2.3