From cd745390a89194fb7ae430f3bc8a73a7fc315ef0 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 12 Apr 2025 16:53:42 +0500 Subject: feat: get users with ids and logins --- bot/src/api/twitch/helix_client.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bot/src/api/twitch/helix_client.hpp') diff --git a/bot/src/api/twitch/helix_client.hpp b/bot/src/api/twitch/helix_client.hpp index 27a9fa3..399b149 100644 --- a/bot/src/api/twitch/helix_client.hpp +++ b/bot/src/api/twitch/helix_client.hpp @@ -15,6 +15,9 @@ namespace bot::api::twitch { std::vector get_users( const std::vector &logins) const; std::vector get_users(const std::vector &ids) const; + std::vector get_users( + const std::vector &ids, + const std::vector logins) const; std::vector get_chatters(const int &broadcaster_id, const int &moderator_id) const; -- cgit v1.2.3